Class: Aws::SSM::Types::UpdateAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateAssociationResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_description ⇒ Types::AssociationDescription
The description of the association that was updated.
Instance Attribute Details
#association_description ⇒ Types::AssociationDescription
The description of the association that was updated.
18724 18725 18726 18727 18728 |
# File 'lib/aws-sdk-ssm/types.rb', line 18724 class UpdateAssociationResult < Struct.new( :association_description) SENSITIVE = [] include Aws::Structure end |