Class: Aws::S3Tables::Types::PutTableBucketPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_policyString

The ‘JSON` that defines the policy.



1315
1316
1317
1318
1319
1320
# File 'lib/aws-sdk-s3tables/types.rb', line 1315

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

#table_bucket_arnString

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



1315
1316
1317
1318
1319
1320
# File 'lib/aws-sdk-s3tables/types.rb', line 1315

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