Class: Aws::NetworkManager::Types::PutResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::PutResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_document ⇒ String
The JSON resource policy document.
-
#resource_arn ⇒ String
The ARN of the resource policy.
Instance Attribute Details
#policy_document ⇒ String
The JSON resource policy document.
4975 4976 4977 4978 4979 4980 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4975 class PutResourcePolicyRequest < Struct.new( :policy_document, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource policy.
4975 4976 4977 4978 4979 4980 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4975 class PutResourcePolicyRequest < Struct.new( :policy_document, :resource_arn) SENSITIVE = [] include Aws::Structure end |