Class: Aws::SSM::Types::DescribeActivationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeActivationsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activation_list ⇒ Array<Types::Activation>
A list of activations for your Amazon Web Services account.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#activation_list ⇒ Array<Types::Activation>
A list of activations for your Amazon Web Services account.
4581 4582 4583 4584 4585 4586 |
# File 'lib/aws-sdk-ssm/types.rb', line 4581 class DescribeActivationsResult < Struct.new( :activation_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
4581 4582 4583 4584 4585 4586 |
# File 'lib/aws-sdk-ssm/types.rb', line 4581 class DescribeActivationsResult < Struct.new( :activation_list, :next_token) SENSITIVE = [] include Aws::Structure end |