Class: Aws::ControlTower::Types::ListLandingZonesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ListLandingZonesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of returned landing zone ARNs, which is one.
-
#next_token ⇒ String
The token to continue the list from a previous API call with the same parameters.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of returned landing zone ARNs, which is one.
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_token ⇒ String
The token to continue the list from a previous API call with the same parameters.
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 |