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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Resource description.

Returns:

  • (String)


4892
4893
4894
4895
4896
4897
4898
4899
4900
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4892

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)


4892
4893
4894
4895
4896
4897
4898
4899
4900
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4892

class UpdateUserJourneyRequest < Struct.new(
  :system_arn,
  :user_journey_id,
  :name,
  :description,
  :policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

ARN identifier.

Returns:

  • (String)


4892
4893
4894
4895
4896
4897
4898
4899
4900
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4892

class UpdateUserJourneyRequest < Struct.new(
  :system_arn,
  :user_journey_id,
  :name,
  :description,
  :policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#system_arnString

ARN identifier.

Returns:

  • (String)


4892
4893
4894
4895
4896
4897
4898
4899
4900
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4892

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)


4892
4893
4894
4895
4896
4897
4898
4899
4900
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4892

class UpdateUserJourneyRequest < Struct.new(
  :system_arn,
  :user_journey_id,
  :name,
  :description,
  :policy_arn)
  SENSITIVE = []
  include Aws::Structure
end