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

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.

Returns:

  • (String)


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

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