Class: Aws::S3Tables::Types::PutTablePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::PutTablePolicyRequest
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the table.
-
#namespace ⇒ String
The namespace associated with the table.
-
#resource_policy ⇒ String
The
JSONthat defines the policy. -
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket that contains the table.
Instance Attribute Details
#name ⇒ String
The name of the table.
1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1374 class PutTablePolicyRequest < Struct.new( :table_bucket_arn, :namespace, :name, :resource_policy) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace associated with the table.
1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1374 class PutTablePolicyRequest < Struct.new( :table_bucket_arn, :namespace, :name, :resource_policy) SENSITIVE = [] include Aws::Structure end |
#resource_policy ⇒ String
The JSON that defines the policy.
1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1374 class PutTablePolicyRequest < Struct.new( :table_bucket_arn, :namespace, :name, :resource_policy) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket that contains the table.
1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1374 class PutTablePolicyRequest < Struct.new( :table_bucket_arn, :namespace, :name, :resource_policy) SENSITIVE = [] include Aws::Structure end |