Class: Aws::Keyspaces::Types::ListTypesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-keyspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token. To resume pagination, provide the ‘NextToken` value as an argument of a subsequent API invocation.

Returns:

  • (String)


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

#typesArray<String>

The list of types contained in the specified keyspace.

Returns:

  • (Array<String>)


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