Class: Aws::Keyspaces::Types::GetTypeRequest

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

#keyspace_nameString

The name of the keyspace that contains this type.

Returns:

  • (String)


1082
1083
1084
1085
1086
1087
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1082

class GetTypeRequest < Struct.new(
  :keyspace_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The formatted name of the type. For example, if the name of the type was created without double quotes, Amazon Keyspaces saved the name in lower-case characters. If the name was created in double quotes, you must use double quotes to specify the type name.

Returns:

  • (String)


1082
1083
1084
1085
1086
1087
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1082

class GetTypeRequest < Struct.new(
  :keyspace_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end