Class: Aws::S3Tables::Types::GetTablePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTablePolicyResponse
- 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.
554 555 556 557 558 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 554 class GetTablePolicyResponse < Struct.new( :resource_policy) SENSITIVE = [] include Aws::Structure end |