class AmazonAppConfig::DeploymentEventStruct
- AmazonAppConfig::DeploymentEventStruct
- Reference
- Object
Included Modules
Defined in:
clients/appconfig.crConstructors
Class Method Summary
Instance Method Summary
- #description : String | Nil
- #description=(description : String | Nil)
- #event_type : String | Nil
- #event_type=(event_type : String | Nil)
- #occurred_at : Time | Nil
- #occurred_at=(occurred_at : Time | Nil)
- #triggered_by : String | Nil
- #triggered_by=(triggered_by : String | Nil)
Instance methods inherited from module AWSSdk::RestJSON::Structure
process(request : HTTP::Request)
process,
serialize(json : JSON::Builder)
serialize
Constructor Detail
def self.new(event_type : String | Nil = nil, triggered_by : String | Nil = nil, description : String | Nil = nil, occurred_at : Time | Nil = nil)
#