Class: Aws::Resiliencehubv2::Types::UpdateUserJourneyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateUserJourneyRequest
- Defined in:
- gems/aws-sdk-resiliencehubv2/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.
4817 4818 4819 4820 4821 4822 4823 4824 4825 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4817 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).
4817 4818 4819 4820 4821 4822 4823 4824 4825 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4817 class UpdateUserJourneyRequest < Struct.new( :system_arn, :user_journey_id, :name, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
4817 4818 4819 4820 4821 4822 4823 4824 4825 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4817 class UpdateUserJourneyRequest < Struct.new( :system_arn, :user_journey_id, :name, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#system_arn ⇒ String
ARN identifier.
4817 4818 4819 4820 4821 4822 4823 4824 4825 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4817 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.
4817 4818 4819 4820 4821 4822 4823 4824 4825 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4817 class UpdateUserJourneyRequest < Struct.new( :system_arn, :user_journey_id, :name, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |