Class: Aws::AppConfig::Types::GetDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application that includes the deployment you want to get.
-
#deployment_number ⇒ Integer
The sequence number of the deployment.
-
#environment_id ⇒ String
The ID of the environment that includes the deployment you want to get.
Instance Attribute Details
#application_id ⇒ String
The ID of the application that includes the deployment you want to get.
1728 1729 1730 1731 1732 1733 1734 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1728 class GetDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |
#deployment_number ⇒ Integer
The sequence number of the deployment.
1728 1729 1730 1731 1732 1733 1734 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1728 class GetDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The ID of the environment that includes the deployment you want to get.
1728 1729 1730 1731 1732 1733 1734 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1728 class GetDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |