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.
-
#general_authorization ⇒ Types::GeneralAuthorizationName
The General Authorization reference by authorization material name.
-
#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.
498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 498 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags, :general_authorization) SENSITIVE = [:tags] include Aws::Structure end |
#connector_destination_id ⇒ String
The identifier of the connector destination.
498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 498 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags, :general_authorization) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
A description of the account association request.
498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 498 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags, :general_authorization) SENSITIVE = [:tags] include Aws::Structure end |
#general_authorization ⇒ Types::GeneralAuthorizationName
The General Authorization reference by authorization material name.
498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 498 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags, :general_authorization) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
The name of the destination for the new account association.
498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 498 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags, :general_authorization) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A set of key/value pairs that are used to manage the account association.
498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 498 class CreateAccountAssociationRequest < Struct.new( :client_token, :connector_destination_id, :name, :description, :tags, :general_authorization) SENSITIVE = [:tags] include Aws::Structure end |