Class: Aws::Resiliencehubv2::Types::CreateServiceFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateServiceFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token.
-
#criticality ⇒ String
The criticality level of the service function.
-
#description ⇒ String
Resource description.
-
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
-
#service_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.
504 505 506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 504 class CreateServiceFunctionRequest < Struct.new( :name, :service_arn, :description, :criticality, :client_token) SENSITIVE = [] include Aws::Structure end |
#criticality ⇒ String
The criticality level of the service function.
504 505 506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 504 class CreateServiceFunctionRequest < Struct.new( :name, :service_arn, :description, :criticality, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Resource description.
504 505 506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 504 class CreateServiceFunctionRequest < Struct.new( :name, :service_arn, :description, :criticality, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
504 505 506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 504 class CreateServiceFunctionRequest < Struct.new( :name, :service_arn, :description, :criticality, :client_token) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
504 505 506 507 508 509 510 511 512 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 504 class CreateServiceFunctionRequest < Struct.new( :name, :service_arn, :description, :criticality, :client_token) SENSITIVE = [] include Aws::Structure end |