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.



18014
18015
18016
18017
18018
# File 'lib/aws-sdk-ssm/types.rb', line 18014

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