Method: Aws::Keyspaces::Types::GetKeyspaceRequest#keyspace_name

Defined in:
lib/aws-sdk-keyspaces/types.rb

#keyspace_nameString

The name of the keyspace.

Returns:

  • (String)


877
878
879
880
881
# File 'lib/aws-sdk-keyspaces/types.rb', line 877

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