Class: Aws::Resiliencehubv2::Types::SystemPolicyDisassociatedMetadata

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

Overview

Metadata for a system policy disassociated event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

ARN identifier.

Returns:

  • (String)


4196
4197
4198
4199
4200
4201
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4196

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

#policy_nameString

The name of the disassociated policy.

Returns:

  • (String)


4196
4197
4198
4199
4200
4201
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4196

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