Class: Aws::WorkSpaces::Types::DescribeAccountModificationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeAccountModificationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_modifications ⇒ Array<Types::AccountModification>
The list of modifications to the configuration of BYOL.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#account_modifications ⇒ Array<Types::AccountModification>
The list of modifications to the configuration of BYOL.
1688 1689 1690 1691 1692 1693 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1688 class DescribeAccountModificationsResult < Struct.new( :account_modifications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
1688 1689 1690 1691 1692 1693 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1688 class DescribeAccountModificationsResult < Struct.new( :account_modifications, :next_token) SENSITIVE = [] include Aws::Structure end |