Class: Aws::Schemas::Types::ListDiscoverersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListDiscoverersOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #discoverers ⇒ Array<Types::DiscovererSummary>
-
#next_token ⇒ String
The token that specifies the next page of results to return.
Instance Attribute Details
#discoverers ⇒ Array<Types::DiscovererSummary>
935 936 937 938 939 940 |
# File 'lib/aws-sdk-schemas/types.rb', line 935 class ListDiscoverersOutput < Struct.new( :discoverers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
935 936 937 938 939 940 |
# File 'lib/aws-sdk-schemas/types.rb', line 935 class ListDiscoverersOutput < Struct.new( :discoverers, :next_token) SENSITIVE = [] include Aws::Structure end |