Class: Aws::S3Tables::Types::GetNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetNamespaceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ String
The name of the namespace.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
Instance Attribute Details
#namespace ⇒ String
The name of the namespace.
452 453 454 455 456 457 |
# File 'lib/aws-sdk-s3tables/types.rb', line 452 class GetNamespaceRequest < Struct.new( :table_bucket_arn, :namespace) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
452 453 454 455 456 457 |
# File 'lib/aws-sdk-s3tables/types.rb', line 452 class GetNamespaceRequest < Struct.new( :table_bucket_arn, :namespace) SENSITIVE = [] include Aws::Structure end |