Class: Aws::SSMIncidents::Types::DeleteResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::DeleteResourcePolicyInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_id ⇒ String
The ID of the resource policy you’re deleting.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you’re deleting the policy from.
Instance Attribute Details
#policy_id ⇒ String
The ID of the resource policy you’re deleting.
586 587 588 589 590 591 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 586 class DeleteResourcePolicyInput < Struct.new( :policy_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you’re deleting the policy from.
586 587 588 589 590 591 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 586 class DeleteResourcePolicyInput < Struct.new( :policy_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |