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

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

#max_resultsInteger

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

Returns:

  • (Integer)


1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-controltower/types.rb', line 1491

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)


1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-controltower/types.rb', line 1491

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