Class: Aws::Resiliencehubv2::Types::UpdateUserJourneyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateUserJourneyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Resource description.
-
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
-
#policy_arn ⇒ String
ARN identifier.
-
#system_arn ⇒ String
ARN identifier.
-
#user_journey_id ⇒ String
The identifier of the user journey to update.
Instance Attribute Details
#description ⇒ String
Resource description.
6392 6393 6394 6395 6396 6397 6398 6399 6400 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6392 class UpdateUserJourneyRequest < Struct.new( :system_arn, :user_journey_id, :name, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
6392 6393 6394 6395 6396 6397 6398 6399 6400 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6392 class UpdateUserJourneyRequest < Struct.new( :system_arn, :user_journey_id, :name, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
6392 6393 6394 6395 6396 6397 6398 6399 6400 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6392 class UpdateUserJourneyRequest < Struct.new( :system_arn, :user_journey_id, :name, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#system_arn ⇒ String
ARN identifier.
6392 6393 6394 6395 6396 6397 6398 6399 6400 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6392 class UpdateUserJourneyRequest < Struct.new( :system_arn, :user_journey_id, :name, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#user_journey_id ⇒ String
The identifier of the user journey to update.
6392 6393 6394 6395 6396 6397 6398 6399 6400 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6392 class UpdateUserJourneyRequest < Struct.new( :system_arn, :user_journey_id, :name, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |