Class: Aws::Resiliencehubv2::Types::PolicyDetachedFromServiceMetadata

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

Overview

Contains details about the service that stopped using the policy, such as the account that owns the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account that owns the service.

Returns:

  • (String)


3661
3662
3663
3664
3665
3666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3661

class PolicyDetachedFromServiceMetadata < Struct.new(
  :service_arn,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

ARN identifier.

Returns:

  • (String)


3661
3662
3663
3664
3665
3666
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3661

class PolicyDetachedFromServiceMetadata < Struct.new(
  :service_arn,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end