Class: Aws::IoTManagedIntegrations::Types::UpdateAccountAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::UpdateAccountAssociationRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/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.
4785 4786 4787 4788 4789 4790 4791 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4785 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.
4785 4786 4787 4788 4789 4790 4791 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4785 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.
4785 4786 4787 4788 4789 4790 4791 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4785 class UpdateAccountAssociationRequest < Struct.new( :account_association_id, :name, :description) SENSITIVE = [] include Aws::Structure end |