Class: Aws::SSMIncidents::Types::DeleteResourcePolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_idString

The ID of the resource policy you're deleting.

Returns:

  • (String)


586
587
588
589
590
591
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 586

class DeleteResourcePolicyInput < Struct.new(
  :policy_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource you're deleting the policy from.

Returns:

  • (String)


586
587
588
589
590
591
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 586

class DeleteResourcePolicyInput < Struct.new(
  :policy_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end