Class: Aws::DynamoDB::Types::GetResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GetResourcePolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached. The resources you can specify include tables and streams.
4050 4051 4052 4053 4054 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4050 class GetResourcePolicyInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |