Class: Aws::SSM::Types::DescribeActivationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeActivationsResult
- Defined in:
- gems/aws-sdk-ssm/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.
4682 4683 4684 4685 4686 4687 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4682 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.
4682 4683 4684 4685 4686 4687 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4682 class DescribeActivationsResult < Struct.new( :activation_list, :next_token) SENSITIVE = [] include Aws::Structure end |