Class: Aws::S3Tables::Types::GetNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetNamespaceResponse
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
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.
-
#owner_account_id ⇒ String
The ID of the account that owns the namespcace.
Instance Attribute Details
#created_at ⇒ Time
The date and time the namespace was created at.
300 301 302 303 304 305 306 307 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 300 class GetNamespaceResponse < Struct.new( :namespace, :created_at, :created_by, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The ID of the account that created the namespace.
300 301 302 303 304 305 306 307 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 300 class GetNamespaceResponse < Struct.new( :namespace, :created_at, :created_by, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ Array<String>
The name of the namespace.
300 301 302 303 304 305 306 307 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 300 class GetNamespaceResponse < Struct.new( :namespace, :created_at, :created_by, :owner_account_id) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The ID of the account that owns the namespcace.
300 301 302 303 304 305 306 307 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 300 class GetNamespaceResponse < Struct.new( :namespace, :created_at, :created_by, :owner_account_id) SENSITIVE = [] include Aws::Structure end |