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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


4061
4062
4063
4064
4065
4066
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4061

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)


4061
4062
4063
4064
4065
4066
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4061

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