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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/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)


1353
1354
1355
1356
1357
1358
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1353

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>)


1353
1354
1355
1356
1357
1358
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1353

class ListTypesResponse < Struct.new(
  :next_token,
  :types)
  SENSITIVE = []
  include Aws::Structure
end