Class: Aws::SSMIncidents::Types::PutResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::PutResourcePolicyInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
Details of the resource policy.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the response plan to add the resource policy to.
Instance Attribute Details
#policy ⇒ String
Details of the resource policy.
1802 1803 1804 1805 1806 1807 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1802 class PutResourcePolicyInput < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the response plan to add the resource policy to.
1802 1803 1804 1805 1806 1807 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1802 class PutResourcePolicyInput < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |