Class: Aws::S3Tables::Types::CreateNamespaceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespaceArray<String>

The name of the namespace.

Returns:

  • (Array<String>)


83
84
85
86
87
88
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 83

class CreateNamespaceResponse < Struct.new(
  :table_bucket_arn,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_arnString

The Amazon Resource Name (ARN) of the table bucket the namespace was created in.

Returns:

  • (String)


83
84
85
86
87
88
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 83

class CreateNamespaceResponse < Struct.new(
  :table_bucket_arn,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end