Class: Aws::Keyspaces::Types::TableSummary

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

Overview

Returns the name of the specified table, the keyspace it is stored in, and the unique identifier in the format of an Amazon Resource Name (ARN).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_nameString

The name of the keyspace that the table is stored in.

Returns:

  • (String)


1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1937

class TableSummary < Struct.new(
  :keyspace_name,
  :table_name,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The unique identifier of the table in the format of an Amazon Resource Name (ARN).

Returns:

  • (String)


1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1937

class TableSummary < Struct.new(
  :keyspace_name,
  :table_name,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table.

Returns:

  • (String)


1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1937

class TableSummary < Struct.new(
  :keyspace_name,
  :table_name,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end