Class: Aws::Keyspaces::Types::ListTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::ListTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#types ⇒ Array<String>
The list of types contained in the specified keyspace.
Instance Attribute Details
#next_token ⇒ String
The pagination token. To resume pagination, provide the ‘NextToken` value as an argument of a subsequent API invocation.
1354 1355 1356 1357 1358 1359 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1354 class ListTypesResponse < Struct.new( :next_token, :types) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
The list of types contained in the specified keyspace.
1354 1355 1356 1357 1358 1359 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1354 class ListTypesResponse < Struct.new( :next_token, :types) SENSITIVE = [] include Aws::Structure end |