Class: Aws::ControlTower::Types::ListLandingZonesOutput

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_zonesArray<Types::LandingZoneSummary>

The ARN of the landing zone.

Returns:



1509
1510
1511
1512
1513
1514
# File 'lib/aws-sdk-controltower/types.rb', line 1509

class ListLandingZonesOutput < Struct.new(
  :landing_zones,
  :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)


1509
1510
1511
1512
1513
1514
# File 'lib/aws-sdk-controltower/types.rb', line 1509

class ListLandingZonesOutput < Struct.new(
  :landing_zones,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end