Class: Aws::SSOAdmin::Types::ListInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ListInstancesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::InstanceMetadata>
Lists the IAM Identity Center 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 IAM Identity Center instances that the caller has access to.
2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2982 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.
2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2982 class ListInstancesResponse < Struct.new( :instances, :next_token) SENSITIVE = [] include Aws::Structure end |