Class: Aws::IoTManagedIntegrations::Types::UpdateAccountAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::UpdateAccountAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_association_id ⇒ String
The unique identifier of the account association to update.
-
#description ⇒ String
The new description to assign to the account association.
-
#name ⇒ String
The new name to assign to the account association.
Instance Attribute Details
#account_association_id ⇒ String
The unique identifier of the account association to update.
4809 4810 4811 4812 4813 4814 4815 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4809 class UpdateAccountAssociationRequest < Struct.new( :account_association_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description to assign to the account association.
4809 4810 4811 4812 4813 4814 4815 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4809 class UpdateAccountAssociationRequest < Struct.new( :account_association_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name to assign to the account association.
4809 4810 4811 4812 4813 4814 4815 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4809 class UpdateAccountAssociationRequest < Struct.new( :account_association_id, :name, :description) SENSITIVE = [] include Aws::Structure end |