Class: Aws::NetworkManager::Types::GetResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource.
3629 3630 3631 3632 3633 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3629 class GetResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |