Class: Aws::Resiliencehubv2::Types::DeletePolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

ARN identifier.

Returns:

  • (String)


864
865
866
867
868
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 864

class DeletePolicyResponse < Struct.new(
  :policy_arn)
  SENSITIVE = []
  include Aws::Structure
end