Class: Aws::Resiliencehubv2::Types::SystemServiceDisassociatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SystemServiceDisassociatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a system service disassociated event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
A comment about the disassociation.
-
#service_arn ⇒ String
ARN identifier.
-
#service_name ⇒ String
The name of the disassociated service.
-
#user_journeys_affected ⇒ Array<String>
The user journeys affected by the disassociation.
Instance Attribute Details
#comment ⇒ String
A comment about the disassociation.
4247 4248 4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4247 class SystemServiceDisassociatedMetadata < Struct.new( :service_name, :service_arn, :user_journeys_affected, :comment) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
4247 4248 4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4247 class SystemServiceDisassociatedMetadata < Struct.new( :service_name, :service_arn, :user_journeys_affected, :comment) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the disassociated service.
4247 4248 4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4247 class SystemServiceDisassociatedMetadata < Struct.new( :service_name, :service_arn, :user_journeys_affected, :comment) SENSITIVE = [] include Aws::Structure end |
#user_journeys_affected ⇒ Array<String>
The user journeys affected by the disassociation.
4247 4248 4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4247 class SystemServiceDisassociatedMetadata < Struct.new( :service_name, :service_arn, :user_journeys_affected, :comment) SENSITIVE = [] include Aws::Structure end |