Class: Aws::IoTManagedIntegrations::Types::GetDestinationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp value of when the destination creation requset occurred.

Returns:

  • (Time)


1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1899

class GetDestinationResponse < Struct.new(
  :description,
  :delivery_destination_arn,
  :delivery_destination_type,
  :name,
  :role_arn,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#delivery_destination_arnString

The Amazon Resource Name (ARN) of the customer-managed destination.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1899

class GetDestinationResponse < Struct.new(
  :description,
  :delivery_destination_arn,
  :delivery_destination_type,
  :name,
  :role_arn,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#delivery_destination_typeString

The destination type for the customer-managed destination.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1899

class GetDestinationResponse < Struct.new(
  :description,
  :delivery_destination_arn,
  :delivery_destination_type,
  :name,
  :role_arn,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#descriptionString

The description of the customer-managed destination.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1899

class GetDestinationResponse < Struct.new(
  :description,
  :delivery_destination_arn,
  :delivery_destination_type,
  :name,
  :role_arn,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#nameString

The name of the customer-managed destination.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1899

class GetDestinationResponse < Struct.new(
  :description,
  :delivery_destination_arn,
  :delivery_destination_type,
  :name,
  :role_arn,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the delivery destination role.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1899

class GetDestinationResponse < Struct.new(
  :description,
  :delivery_destination_arn,
  :delivery_destination_type,
  :name,
  :role_arn,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

A set of key/value pairs that are used to manage the customer-managed destination.

Returns:

  • (Hash<String,String>)


1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1899

class GetDestinationResponse < Struct.new(
  :description,
  :delivery_destination_arn,
  :delivery_destination_type,
  :name,
  :role_arn,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#updated_atTime

The timestamp value of when the destination update requset occurred.

Returns:

  • (Time)


1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1899

class GetDestinationResponse < Struct.new(
  :description,
  :delivery_destination_arn,
  :delivery_destination_type,
  :name,
  :role_arn,
  :created_at,
  :updated_at,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end