Class: Aws::Types::PutComplianceItemsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_type::String

Returns the value of attribute compliance_type.

Returns:

  • (::String)


3688
3689
3690
# File 'sig/types.rbs', line 3688

def compliance_type
  @compliance_type
end

#execution_summaryTypes::ComplianceExecutionSummary

Returns the value of attribute execution_summary.



3689
3690
3691
# File 'sig/types.rbs', line 3689

def execution_summary
  @execution_summary
end

#item_content_hash::String

Returns the value of attribute item_content_hash.

Returns:

  • (::String)


3691
3692
3693
# File 'sig/types.rbs', line 3691

def item_content_hash
  @item_content_hash
end

#items::Array[Types::ComplianceItemEntry]

Returns the value of attribute items.

Returns:



3690
3691
3692
# File 'sig/types.rbs', line 3690

def items
  @items
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


3686
3687
3688
# File 'sig/types.rbs', line 3686

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


3687
3688
3689
# File 'sig/types.rbs', line 3687

def resource_type
  @resource_type
end

#upload_type"COMPLETE", "PARTIAL"

Returns the value of attribute upload_type.

Returns:

  • ("COMPLETE", "PARTIAL")


3692
3693
3694
# File 'sig/types.rbs', line 3692

def upload_type
  @upload_type
end