Class: Aws::S3Tables::Types::GetTableBucketPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableBucketPolicyResponse
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_policy ⇒ String
The name of the resource policy.
Instance Attribute Details
#resource_policy ⇒ String
The name of the resource policy.
358 359 360 361 362 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 358 class GetTableBucketPolicyResponse < Struct.new( :resource_policy) SENSITIVE = [] include Aws::Structure end |