Class: Aws::Types::DescribeComplianceByResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComplianceByResourceRequest
- 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.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
694 695 696 |
# File 'sig/types.rbs', line 694 def compliance_types @compliance_types end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
695 696 697 |
# File 'sig/types.rbs', line 695 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
696 697 698 |
# File 'sig/types.rbs', line 696 def next_token @next_token end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
693 694 695 |
# File 'sig/types.rbs', line 693 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
692 693 694 |
# File 'sig/types.rbs', line 692 def resource_type @resource_type end |