class AmazonAppConfig::GetDeploymentRequest
- AmazonAppConfig::GetDeploymentRequest
- Reference
- Object
Included Modules
Defined in:
clients/appconfig.crConstructors
Class Method Summary
Instance Method Summary
- #application_id : String
- #application_id=(application_id : String)
- #deployment_number : Int32
- #deployment_number=(deployment_number : Int32)
- #environment_id : String
- #environment_id=(environment_id : String)
Instance methods inherited from module AWSSdk::RestJSON::Structure
process(request : HTTP::Request)
process,
serialize(json : JSON::Builder)
serialize
Constructor Detail
def self.new(application_id : String, environment_id : String, deployment_number : Int32)
#