Class: Aws::S3Tables::Types::NamespaceSummary

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

Overview

Contains details about a namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the namespace was created at.

Returns:

  • (Time)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1111

class NamespaceSummary < Struct.new(
  :namespace,
  :created_at,
  :created_by,
  :owner_account_id,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The ID of the account that created the namespace.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1111

class NamespaceSummary < Struct.new(
  :namespace,
  :created_at,
  :created_by,
  :owner_account_id,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceArray<String>

The name of the namespace.

Returns:

  • (Array<String>)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1111

class NamespaceSummary < Struct.new(
  :namespace,
  :created_at,
  :created_by,
  :owner_account_id,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_idString

The system-assigned unique identifier for the namespace.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1111

class NamespaceSummary < Struct.new(
  :namespace,
  :created_at,
  :created_by,
  :owner_account_id,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_account_idString

The ID of the account that owns the namespace.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1111

class NamespaceSummary < Struct.new(
  :namespace,
  :created_at,
  :created_by,
  :owner_account_id,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_idString

The system-assigned unique identifier for the table bucket that contains this namespace.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1111

class NamespaceSummary < Struct.new(
  :namespace,
  :created_at,
  :created_by,
  :owner_account_id,
  :namespace_id,
  :table_bucket_id)
  SENSITIVE = []
  include Aws::Structure
end