Class: Aws::S3Tables::Types::GetTableBucketResponse

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

#arnString

The Amazon Resource Name (ARN) of the table bucket.

Returns:

  • (String)


588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 588

class GetTableBucketResponse < Struct.new(
  :arn,
  :name,
  :owner_account_id,
  :created_at,
  :table_bucket_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the table bucket was created.

Returns:

  • (Time)


588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 588

class GetTableBucketResponse < Struct.new(
  :arn,
  :name,
  :owner_account_id,
  :created_at,
  :table_bucket_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the table bucket

Returns:

  • (String)


588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 588

class GetTableBucketResponse < Struct.new(
  :arn,
  :name,
  :owner_account_id,
  :created_at,
  :table_bucket_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#owner_account_idString

The ID of the account that owns the table bucket.

Returns:

  • (String)


588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 588

class GetTableBucketResponse < Struct.new(
  :arn,
  :name,
  :owner_account_id,
  :created_at,
  :table_bucket_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_idString

The unique identifier of the table bucket.

Returns:

  • (String)


588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 588

class GetTableBucketResponse < Struct.new(
  :arn,
  :name,
  :owner_account_id,
  :created_at,
  :table_bucket_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the table bucket.

Returns:

  • (String)


588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 588

class GetTableBucketResponse < Struct.new(
  :arn,
  :name,
  :owner_account_id,
  :created_at,
  :table_bucket_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end