Class: Aws::ComputeOptimizerAutomation::Types::ListAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::ListAccountsResponse
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::AccountInfo>
The list of accounts in your organization enrolled in Compute Optimizer.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#accounts ⇒ Array<Types::AccountInfo>
The list of accounts in your organization enrolled in Compute Optimizer
1145 1146 1147 1148 1149 1150 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1145 class ListAccountsResponse < Struct.new( :accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
1145 1146 1147 1148 1149 1150 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1145 class ListAccountsResponse < Struct.new( :accounts, :next_token) SENSITIVE = [] include Aws::Structure end |