Class: Aws::MainframeModernization::Types::CreateDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::CreateDeploymentRequest
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application identifier.
-
#application_version ⇒ Integer
The version of the application to deploy.
-
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment.
-
#environment_id ⇒ String
The identifier of the runtime environment where you want to deploy this application.
Instance Attribute Details
#application_id ⇒ String
The application identifier.
510 511 512 513 514 515 516 517 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 510 class CreateDeploymentRequest < Struct.new( :application_id, :application_version, :client_token, :environment_id) SENSITIVE = [] include Aws::Structure end |
#application_version ⇒ Integer
The version of the application to deploy.
510 511 512 513 514 515 516 517 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 510 class CreateDeploymentRequest < Struct.new( :application_id, :application_version, :client_token, :environment_id) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
A suitable default value is auto-generated. You should normally not need to pass this option.
510 511 512 513 514 515 516 517 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 510 class CreateDeploymentRequest < Struct.new( :application_id, :application_version, :client_token, :environment_id) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The identifier of the runtime environment where you want to deploy this application.
510 511 512 513 514 515 516 517 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 510 class CreateDeploymentRequest < Struct.new( :application_id, :application_version, :client_token, :environment_id) SENSITIVE = [] include Aws::Structure end |