Class: Aws::Types::DescribePatchBaselinesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribePatchBaselinesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_identities ⇒ ::Array[Types::PatchBaselineIdentity]
Returns the value of attribute baseline_identities.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#baseline_identities ⇒ ::Array[Types::PatchBaselineIdentity]
Returns the value of attribute baseline_identities.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def baseline_identities @baseline_identities end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def next_token @next_token end |