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)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364

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

#managed_by_serviceString

The Amazon Web Services service managing this table, if applicable. For example, a replicated table is managed by the S3 Tables replication service.

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364

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

#modified_atTime

The date and time the table was last modified at.

Returns:

  • (Time)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364

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

#nameString

The name of the table.

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364

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

#namespaceArray<String>

The name of the namespace.

Returns:

  • (Array<String>)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364

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

#namespace_idString

The unique identifier for the namespace that contains this table.

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364

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

#table_arnString

The Amazon Resource Name (ARN) of the table.

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364

class TableSummary < Struct.new(
  :namespace,
  :name,
  :type,
  :table_arn,
  :created_at,
  :modified_at,
  :managed_by_service,
  :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)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364

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

#typeString

The type of the table.

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364

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