Class: Aws::S3Tables::Types::GetTableBucketPolicyResponse

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

#resource_policyString

The JSON that defines the policy.

Returns:

  • (String)


598
599
600
601
602
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 598

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