Class: Aws::IoTManagedIntegrations::Types::UpdateDestinationRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_destination_arnString

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

Returns:

  • (String)


4870
4871
4872
4873
4874
4875
4876
4877
4878
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4870

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

#delivery_destination_typeString

The destination type for the customer-managed destination.

Returns:

  • (String)


4870
4871
4872
4873
4874
4875
4876
4877
4878
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4870

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

#descriptionString

The description of the customer-managed destination.

Returns:

  • (String)


4870
4871
4872
4873
4874
4875
4876
4877
4878
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4870

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

#nameString

The name of the customer-managed destination.

Returns:

  • (String)


4870
4871
4872
4873
4874
4875
4876
4877
4878
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4870

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

#role_arnString

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

Returns:

  • (String)


4870
4871
4872
4873
4874
4875
4876
4877
4878
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4870

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