Class: Aws::OSIS::Types::PutResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::PutResourcePolicyRequest
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource-based policy document in JSON format.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to attach the policy to.
Instance Attribute Details
#policy ⇒ String
The resource-based policy document in JSON format.
1023 1024 1025 1026 1027 1028 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1023 class PutResourcePolicyRequest < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to attach the policy to.
1023 1024 1025 1026 1027 1028 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1023 class PutResourcePolicyRequest < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |