Class: Aws::SSM::Types::ListAssociationVersionsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_versionsArray<Types::AssociationVersionInfo>

Information about all versions of the association for the specified association ID.

Returns:



11228
11229
11230
11231
11232
11233
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11228

class ListAssociationVersionsResult < Struct.new(
  :association_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


11228
11229
11230
11231
11232
11233
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11228

class ListAssociationVersionsResult < Struct.new(
  :association_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end