Class: Aws::ControlTower::Types::ListLandingZonesInput

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

#max_resultsInteger

The maximum number of returned landing zone ARNs, which is one.

Returns:

  • (Integer)


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1185

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

#next_tokenString

The token to continue the list from a previous API call with the same parameters.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1185

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