Class: Aws::Types::GetComplianceDetailsByResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetComplianceDetailsByResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_types ⇒ ::Array[("COMPLIANT" | "NON_COMPLIANT" | "NOT_APPLICABLE" | "INSUFFICIENT_DATA")]
Returns the value of attribute compliance_types.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_evaluation_id ⇒ ::String
Returns the value of attribute resource_evaluation_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#compliance_types ⇒ ::Array[("COMPLIANT" | "NON_COMPLIANT" | "NOT_APPLICABLE" | "INSUFFICIENT_DATA")]
Returns the value of attribute compliance_types.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def compliance_types @compliance_types end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def next_token @next_token end |
#resource_evaluation_id ⇒ ::String
Returns the value of attribute resource_evaluation_id.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def resource_evaluation_id @resource_evaluation_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def resource_type @resource_type end |