Class: Aws::IoTManagedIntegrations::Types::CreateAccountAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CreateAccountAssociationRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#client_token ⇒ String
An idempotency token.
-
#connector_destination_id ⇒ String
The identifier of the connector destination.
-
#description ⇒ String
A description of the account association request.
-
#name ⇒ String
The name of the destination for the new account association.
-
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the account association.
Instance Attribute Details
#client_token ⇒ String
An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
A suitable default value is auto-generated. You should normally not need to pass this option.
464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 464 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#connector_destination_id ⇒ String
The identifier of the connector destination.
464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 464 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
A description of the account association request.
464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 464 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
The name of the destination for the new account association.
464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 464 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the account association.
464 465 466 467 468 469 470 471 472 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 464 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags) SENSITIVE = [:tags] include Aws::Structure end |