class Amazonite::SsmV1::ComplianceExecutionSummary

Included Modules

Defined in:

ssm_v1/compliance_execution_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(execution_time : Time, execution_id : String | Nil = nil, execution_type : String | Nil = nil) #

[View source]

Instance Method Detail

def execution_id : String | Nil #

[View source]
def execution_id=(execution_id : String | Nil) #

[View source]
def execution_time : Time #

[View source]
def execution_time=(execution_time : Time) #

[View source]
def execution_type : String | Nil #

[View source]
def execution_type=(execution_type : String | Nil) #

[View source]