Class: Aws::Mgn::Types::ListManagedAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListManagedAccountsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
List managed accounts response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ManagedAccount>
List managed accounts response items.
-
#next_token ⇒ String
List managed accounts response next token.
Instance Attribute Details
#items ⇒ Array<Types::ManagedAccount>
List managed accounts response items.
3125 3126 3127 3128 3129 3130 |
# File 'lib/aws-sdk-mgn/types.rb', line 3125 class ListManagedAccountsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
List managed accounts response next token.
3125 3126 3127 3128 3129 3130 |
# File 'lib/aws-sdk-mgn/types.rb', line 3125 class ListManagedAccountsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |