Class: Aws::DynamoDB::Types::GetResourcePolicyOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource-based policy document attached to the resource, which can be a table or stream, in JSON format.

Returns:

  • (String)


4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-dynamodb/types.rb', line 4125

class GetResourcePolicyOutput < Struct.new(
  :policy,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

A unique string that represents the revision ID of the policy. If you’re comparing revision IDs, make sure to always use string comparison logic.

Returns:

  • (String)


4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-dynamodb/types.rb', line 4125

class GetResourcePolicyOutput < Struct.new(
  :policy,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end