Class: Aws::Types::DescribeInstancePatchStatesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstancePatchStatesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_patch_states ⇒ ::Array[Types::InstancePatchState]
Returns the value of attribute instance_patch_states.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_patch_states ⇒ ::Array[Types::InstancePatchState]
Returns the value of attribute instance_patch_states.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def instance_patch_states @instance_patch_states end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def next_token @next_token end |