Class: Aws::SSOAdmin::Types::ListInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListInstancesResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::InstanceMetadata>
Lists the SSO instances that the caller has access to.
-
#next_token ⇒ String
The pagination token for the list API.
Instance Attribute Details
#instances ⇒ Array<Types::InstanceMetadata>
Lists the SSO instances that the caller has access to.
1306 1307 1308 1309 1310 1311 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1306 class ListInstancesResponse < Struct.new( :instances, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
1306 1307 1308 1309 1310 1311 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1306 class ListInstancesResponse < Struct.new( :instances, :next_token) SENSITIVE = [] include Aws::Structure end |