Class: Aws::DynamoDB::Types::GetResourcePolicyInput

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

#resource_arnString

The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached. The resources you can specify include tables and streams.

Returns:

  • (String)


4042
4043
4044
4045
4046
# File 'lib/aws-sdk-dynamodb/types.rb', line 4042

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