Class: Aws::OpenSearchService::Types::ListInstanceTypeDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListInstanceTypeDetailsResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_type_details ⇒ Array<Types::InstanceTypeDetails>
-
#next_token ⇒ String
Paginated APIs accept the NextToken input to return the next page of results and provide a NextToken output in the response, which you can use to retrieve more results.
Instance Attribute Details
#instance_type_details ⇒ Array<Types::InstanceTypeDetails>
3453 3454 3455 3456 3457 3458 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3453 class ListInstanceTypeDetailsResponse < Struct.new( :instance_type_details, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Paginated APIs accept the NextToken input to return the next page of results and provide a NextToken output in the response, which you can use to retrieve more results.
3453 3454 3455 3456 3457 3458 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3453 class ListInstanceTypeDetailsResponse < Struct.new( :instance_type_details, :next_token) SENSITIVE = [] include Aws::Structure end |