Class: Aws::ControlTower::Types::ListLandingZoneOperationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ListLandingZoneOperationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::LandingZoneOperationFilter
An input filter for the ‘ListLandingZoneOperations` API that lets you select the types of landing zone operations to view.
-
#max_results ⇒ Integer
How many results to return per API call.
-
#next_token ⇒ String
The token to continue the list from a previous API call with the same parameters.
Instance Attribute Details
#filter ⇒ Types::LandingZoneOperationFilter
An input filter for the ‘ListLandingZoneOperations` API that lets you select the types of landing zone operations to view.
1454 1455 1456 1457 1458 1459 1460 |
# File 'lib/aws-sdk-controltower/types.rb', line 1454 class ListLandingZoneOperationsInput < Struct.new( :filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
How many results to return per API call.
1454 1455 1456 1457 1458 1459 1460 |
# File 'lib/aws-sdk-controltower/types.rb', line 1454 class ListLandingZoneOperationsInput < Struct.new( :filter, :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.
1454 1455 1456 1457 1458 1459 1460 |
# File 'lib/aws-sdk-controltower/types.rb', line 1454 class ListLandingZoneOperationsInput < Struct.new( :filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |