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.
2636 2637 2638 2639 2640 2641 |
# File 'lib/aws-sdk-mgn/types.rb', line 2636 class ListManagedAccountsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
List managed accounts response next token.
2636 2637 2638 2639 2640 2641 |
# File 'lib/aws-sdk-mgn/types.rb', line 2636 class ListManagedAccountsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |