Class: Aws::Resiliencehubv2::Types::PolicyAttachedToServiceMetadata

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

Overview

Contains details about the service that started 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)


3625
3626
3627
3628
3629
3630
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3625

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

#service_arnString

ARN identifier.

Returns:

  • (String)


3625
3626
3627
3628
3629
3630
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3625

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