Class: Aws::S3Tables::Types::GetTablePolicyResponse

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 name of the resource policy.

Returns:

  • (String)


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