Class: Aws::ControlTower::Types::ListLandingZoneOperationsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#landing_zone_operationsArray<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_tokenString

Retrieves the next page of results. If the string is empty, the response is the end of the results.

Returns:

  • (String)


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