class Amazonite::SsmV1::PutComplianceItemsRequest

Included Modules

Defined in:

ssm_v1/put_compliance_items_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(resource_id : String, resource_type : String, compliance_type : String, execution_summary : ComplianceExecutionSummary, items : Array(ComplianceItemEntry), item_content_hash : String | Nil = nil, upload_type : ComplianceUploadType | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def compliance_type : String #

[View source]
def compliance_type=(compliance_type : String) #

[View source]
def execution_summary : ComplianceExecutionSummary #

[View source]
def execution_summary=(execution_summary : ComplianceExecutionSummary) #

[View source]
def item_content_hash : String | Nil #

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

[View source]
def items : Array(ComplianceItemEntry) #

[View source]
def items=(items : Array(ComplianceItemEntry)) #

[View source]
def resource_id : String #

[View source]
def resource_id=(resource_id : String) #

[View source]
def resource_type : String #

[View source]
def resource_type=(resource_type : String) #

[View source]
def upload_type : ComplianceUploadType | Nil #

[View source]
def upload_type=(upload_type : ComplianceUploadType | Nil) #

[View source]