Class: Aws::Types::DescribeInstancePatchStatesForPatchGroupResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstancePatchStatesForPatchGroupResult
- 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.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def instance_patch_states @instance_patch_states end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def next_token @next_token end |