Class: Aws::Types::DescribeEffectivePatchesForPatchBaselineRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEffectivePatchesForPatchBaselineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def baseline_id @baseline_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def next_token @next_token end |