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.
4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4322 class SystemServiceDisassociatedMetadata < Struct.new( :service_name, :service_arn, :user_journeys_affected, :comment) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4322 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.
4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4322 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.
4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4322 class SystemServiceDisassociatedMetadata < Struct.new( :service_name, :service_arn, :user_journeys_affected, :comment) SENSITIVE = [] include Aws::Structure end |