Class: Aws::ControlTower::Types::ListLandingZoneOperationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ListLandingZoneOperationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#landing_zone_operations ⇒ Array<Types::LandingZoneOperationSummary>
Lists landing zone operations.
-
#next_token ⇒ String
Retrieves the next page of results.
Instance Attribute Details
#landing_zone_operations ⇒ Array<Types::LandingZoneOperationSummary>
Lists landing zone operations.
1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-controltower/types.rb', line 1473 class ListLandingZoneOperationsOutput < Struct.new( :landing_zone_operations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Retrieves the next page of results. If the string is empty, the response is the end of the results.
1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-controltower/types.rb', line 1473 class ListLandingZoneOperationsOutput < Struct.new( :landing_zone_operations, :next_token) SENSITIVE = [] include Aws::Structure end |