Class: Aws::AppConfig::Types::GetDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetDeploymentRequest
- Defined in:
- gems/aws-sdk-appconfig/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.
1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1727 class GetDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |
#deployment_number ⇒ Integer
The sequence number of the deployment.
1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1727 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.
1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1727 class GetDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |