Class: Aws::NetworkManager::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteResourcePolicyRequest
- 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 policy to delete.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the policy to delete.
2274 2275 2276 2277 2278 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2274 class DeleteResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |