Class: Aws::Types::DescribeInstancePatchesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstancePatchesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#patches ⇒ ::Array[Types::PatchComplianceData]
Returns the value of attribute patches.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def next_token @next_token end |
#patches ⇒ ::Array[Types::PatchComplianceData]
Returns the value of attribute patches.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def patches @patches end |