Class: Aws::Resiliencehubv2::Types::CreateUserJourneyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateUserJourneyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token.
-
#description ⇒ String
Resource description.
-
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
-
#policy_arn ⇒ String
ARN identifier.
-
#system_arn ⇒ String
ARN identifier.
Instance Attribute Details
#client_token ⇒ String
Idempotency token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
727 728 729 730 731 732 733 734 735 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 727 class CreateUserJourneyRequest < Struct.new( :system_arn, :name, :description, :policy_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Resource description.
727 728 729 730 731 732 733 734 735 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 727 class CreateUserJourneyRequest < Struct.new( :system_arn, :name, :description, :policy_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
727 728 729 730 731 732 733 734 735 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 727 class CreateUserJourneyRequest < Struct.new( :system_arn, :name, :description, :policy_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
727 728 729 730 731 732 733 734 735 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 727 class CreateUserJourneyRequest < Struct.new( :system_arn, :name, :description, :policy_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#system_arn ⇒ String
ARN identifier.
727 728 729 730 731 732 733 734 735 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 727 class CreateUserJourneyRequest < Struct.new( :system_arn, :name, :description, :policy_arn, :client_token) SENSITIVE = [] include Aws::Structure end |