Class: Aws::SSM::Types::DescribeActivationsResult

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

#activation_listArray<Types::Activation>

A list of activations for your Amazon Web Services account.

Returns:



4548
4549
4550
4551
4552
4553
# File 'lib/aws-sdk-ssm/types.rb', line 4548

class DescribeActivationsResult < Struct.new(
  :activation_list,
  :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)


4548
4549
4550
4551
4552
4553
# File 'lib/aws-sdk-ssm/types.rb', line 4548

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