Class: Aws::SSM::Types::UpdateAssociationResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#association_descriptionTypes::AssociationDescription

The description of the association that was updated.



15890
15891
15892
15893
# File 'lib/aws-sdk-ssm/types.rb', line 15890

class UpdateAssociationResult < Struct.new(
  :association_description)
  include Aws::Structure
end