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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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:



1203
1204
1205
1206
1207
1208
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1203

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)


1203
1204
1205
1206
1207
1208
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1203

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