Class: Aws::IoTManagedIntegrations::Types::AccountAssociationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::AccountAssociationItem
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure containing information about an account association, including its identifier, state, and related metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_association_id ⇒ String
The unique identifier of the account association.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the account association.
-
#association_state ⇒ String
The current state of the account association, indicating its status in the association lifecycle.
-
#connector_destination_id ⇒ String
The identifier of the connector destination associated with this account association.
-
#description ⇒ String
A description of the account association.
-
#error_message ⇒ String
The error message explaining any issues with the account association, if applicable.
-
#name ⇒ String
The name of the account association.
Instance Attribute Details
#account_association_id ⇒ String
The unique identifier of the account association.
87 88 89 90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 87 class AccountAssociationItem < Struct.new( :account_association_id, :association_state, :error_message, :connector_destination_id, :name, :description, :arn) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the account association.
87 88 89 90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 87 class AccountAssociationItem < Struct.new( :account_association_id, :association_state, :error_message, :connector_destination_id, :name, :description, :arn) SENSITIVE = [] include Aws::Structure end |
#association_state ⇒ String
The current state of the account association, indicating its status in the association lifecycle.
87 88 89 90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 87 class AccountAssociationItem < Struct.new( :account_association_id, :association_state, :error_message, :connector_destination_id, :name, :description, :arn) SENSITIVE = [] include Aws::Structure end |
#connector_destination_id ⇒ String
The identifier of the connector destination associated with this account association.
87 88 89 90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 87 class AccountAssociationItem < Struct.new( :account_association_id, :association_state, :error_message, :connector_destination_id, :name, :description, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the account association.
87 88 89 90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 87 class AccountAssociationItem < Struct.new( :account_association_id, :association_state, :error_message, :connector_destination_id, :name, :description, :arn) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message explaining any issues with the account association, if applicable.
87 88 89 90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 87 class AccountAssociationItem < Struct.new( :account_association_id, :association_state, :error_message, :connector_destination_id, :name, :description, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the account association.
87 88 89 90 91 92 93 94 95 96 97 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 87 class AccountAssociationItem < Struct.new( :account_association_id, :association_state, :error_message, :connector_destination_id, :name, :description, :arn) SENSITIVE = [] include Aws::Structure end |