Class: Aws::Resiliencehubv2::Types::PolicyAttachedToServiceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::PolicyAttachedToServiceMetadata
- 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
-
#account_id ⇒ String
The account that owns the service.
-
#service_arn ⇒ String
ARN identifier.
Instance Attribute Details
#account_id ⇒ String
The account that owns the service.
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_arn ⇒ String
ARN identifier.
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 |