Class: Aws::Resiliencehubv2::Types::UpdateUserJourneyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Resource description.

Returns:

  • (String)


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

#nameString

Entity label (not part of ARN — spaces allowed).

Returns:

  • (String)


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_arnString

ARN identifier.

Returns:

  • (String)


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_arnString

ARN identifier.

Returns:

  • (String)


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_idString

The identifier of the user journey to update.

Returns:

  • (String)


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