Class: Aws::S3Tables::Types::NamespaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::NamespaceSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Contains details about a namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the namespace was created at.
-
#created_by ⇒ String
The ID of the account that created the namespace.
-
#namespace ⇒ Array<String>
The name of the namespace.
-
#namespace_id ⇒ String
The system-assigned unique identifier for the namespace.
-
#owner_account_id ⇒ String
The ID of the account that owns the namespace.
-
#table_bucket_id ⇒ String
The system-assigned unique identifier for the table bucket that contains this namespace.
Instance Attribute Details
#created_at ⇒ Time
The date and time the namespace was created at.
1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1563 class NamespaceSummary < Struct.new( :namespace, :created_at, :created_by, :owner_account_id, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The ID of the account that created the namespace.
1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1563 class NamespaceSummary < Struct.new( :namespace, :created_at, :created_by, :owner_account_id, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ Array<String>
The name of the namespace.
1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1563 class NamespaceSummary < Struct.new( :namespace, :created_at, :created_by, :owner_account_id, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#namespace_id ⇒ String
The system-assigned unique identifier for the namespace.
1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1563 class NamespaceSummary < Struct.new( :namespace, :created_at, :created_by, :owner_account_id, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The ID of the account that owns the namespace.
1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1563 class NamespaceSummary < Struct.new( :namespace, :created_at, :created_by, :owner_account_id, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#table_bucket_id ⇒ String
The system-assigned unique identifier for the table bucket that contains this namespace.
1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1563 class NamespaceSummary < Struct.new( :namespace, :created_at, :created_by, :owner_account_id, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |