Class: Aws::Types::PutComplianceItemsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutComplianceItemsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#execution_summary ⇒ Types::ComplianceExecutionSummary
Returns the value of attribute execution_summary.
-
#item_content_hash ⇒ ::String
Returns the value of attribute item_content_hash.
-
#items ⇒ ::Array[Types::ComplianceItemEntry]
Returns the value of attribute items.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#upload_type ⇒ "COMPLETE", "PARTIAL"
Returns the value of attribute upload_type.
Instance Attribute Details
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
3688 3689 3690 |
# File 'sig/types.rbs', line 3688 def compliance_type @compliance_type end |
#execution_summary ⇒ Types::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.
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.
3690 3691 3692 |
# File 'sig/types.rbs', line 3690 def items @items end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
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.
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.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def upload_type @upload_type end |