Class: Aws::S3Tables::Types::DeleteNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::DeleteNamespaceRequest
- 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 associated with the namespace.
Instance Attribute Details
#namespace ⇒ String
The name of the namespace.
254 255 256 257 258 259 |
# File 'lib/aws-sdk-s3tables/types.rb', line 254 class DeleteNamespaceRequest < Struct.new( :table_bucket_arn, :namespace) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket associated with the namespace.
254 255 256 257 258 259 |
# File 'lib/aws-sdk-s3tables/types.rb', line 254 class DeleteNamespaceRequest < Struct.new( :table_bucket_arn, :namespace) SENSITIVE = [] include Aws::Structure end |