Class: Aws::Types::DescribeEffectivePatchesForPatchBaselineResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEffectivePatchesForPatchBaselineResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#effective_patches ⇒ ::Array[Types::EffectivePatch]
Returns the value of attribute effective_patches.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#effective_patches ⇒ ::Array[Types::EffectivePatch]
Returns the value of attribute effective_patches.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def effective_patches @effective_patches end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def next_token @next_token end |