Class: Aws::Types::ListLandingZoneOperationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListLandingZoneOperationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#landing_zone_operations ⇒ ::Array[Types::LandingZoneOperationSummary]
Returns the value of attribute landing_zone_operations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#landing_zone_operations ⇒ ::Array[Types::LandingZoneOperationSummary]
Returns the value of attribute landing_zone_operations.
462 463 464 |
# File 'sig/types.rbs', line 462 def landing_zone_operations @landing_zone_operations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
463 464 465 |
# File 'sig/types.rbs', line 463 def next_token @next_token end |