Class: Aws::S3Tables::Types::TableSummary

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

Overview

Contains details about a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the table was created at.

Returns:

  • (Time)


1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1526

class TableSummary < Struct.new(
  :namespace,
  :name,
  :type,
  :table_arn,
  :created_at,
  :modified_at,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time the table was last modified at.

Returns:

  • (Time)


1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1526

class TableSummary < Struct.new(
  :namespace,
  :name,
  :type,
  :table_arn,
  :created_at,
  :modified_at,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the table.

Returns:

  • (String)


1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1526

class TableSummary < Struct.new(
  :namespace,
  :name,
  :type,
  :table_arn,
  :created_at,
  :modified_at,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceArray<String>

The name of the namespace.

Returns:

  • (Array<String>)


1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1526

class TableSummary < Struct.new(
  :namespace,
  :name,
  :type,
  :table_arn,
  :created_at,
  :modified_at,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_idString

The unique identifier for the namespace that contains this table.

Returns:

  • (String)


1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1526

class TableSummary < Struct.new(
  :namespace,
  :name,
  :type,
  :table_arn,
  :created_at,
  :modified_at,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

The Amazon Resource Name (ARN) of the table.

Returns:

  • (String)


1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1526

class TableSummary < Struct.new(
  :namespace,
  :name,
  :type,
  :table_arn,
  :created_at,
  :modified_at,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_idString

The unique identifier for the table bucket that contains this table.

Returns:

  • (String)


1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1526

class TableSummary < Struct.new(
  :namespace,
  :name,
  :type,
  :table_arn,
  :created_at,
  :modified_at,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the table.

Returns:

  • (String)


1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1526

class TableSummary < Struct.new(
  :namespace,
  :name,
  :type,
  :table_arn,
  :created_at,
  :modified_at,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end