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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_descriptionTypes::AssociationDescription

The description of the association that was updated.



18300
18301
18302
18303
18304
# File 'lib/aws-sdk-ssm/types.rb', line 18300

class UpdateAssociationResult < Struct.new(
  :association_description)
  SENSITIVE = []
  include Aws::Structure
end