Class: Aws::Resiliencehubv2::Types::CreateUserJourneyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateUserJourneyRequest
- Defined in:
- gems/aws-sdk-resiliencehubv2/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.
816 817 818 819 820 821 822 823 824 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 816 class CreateUserJourneyRequest < Struct.new( :system_arn, :name, :description, :policy_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Resource description.
816 817 818 819 820 821 822 823 824 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 816 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).
816 817 818 819 820 821 822 823 824 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 816 class CreateUserJourneyRequest < Struct.new( :system_arn, :name, :description, :policy_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
816 817 818 819 820 821 822 823 824 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 816 class CreateUserJourneyRequest < Struct.new( :system_arn, :name, :description, :policy_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#system_arn ⇒ String
ARN identifier.
816 817 818 819 820 821 822 823 824 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 816 class CreateUserJourneyRequest < Struct.new( :system_arn, :name, :description, :policy_arn, :client_token) SENSITIVE = [] include Aws::Structure end |