Class: Aws::OSIS::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::PutResourcePolicyResponse
- 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 that was attached to the resource.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#policy ⇒ String
The resource-based policy document that was attached to the resource.
1041 1042 1043 1044 1045 1046 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1041 class PutResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
1041 1042 1043 1044 1045 1046 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1041 class PutResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |