Class: Aws::Chime::Types::ListAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAccountsResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::Account>
List of Amazon Chime accounts and account details.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#accounts ⇒ Array<Types::Account>
List of Amazon Chime accounts and account details.
4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4780 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.
4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4780 class ListAccountsResponse < Struct.new( :accounts, :next_token) SENSITIVE = [] include Aws::Structure end |