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.
1692 1693 1694 1695 1696 1697 |
# File 'lib/aws-sdk-controltower/types.rb', line 1692 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.
1692 1693 1694 1695 1696 1697 |
# File 'lib/aws-sdk-controltower/types.rb', line 1692 class ListLandingZoneOperationsOutput < Struct.new( :landing_zone_operations, :next_token) SENSITIVE = [] include Aws::Structure end |