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.
4957 4958 4959 4960 4961 4962 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4957 class PutResourcePolicyRequest < Struct.new( :policy_document, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource policy.
4957 4958 4959 4960 4961 4962 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4957 class PutResourcePolicyRequest < Struct.new( :policy_document, :resource_arn) SENSITIVE = [] include Aws::Structure end |