Class: Aws::ControlTower::Types::ListLandingZoneOperationsInput

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

#filterTypes::LandingZoneOperationFilter

An input filter for the ‘ListLandingZoneOperations` API that lets you select the types of landing zone operations to view.



1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-controltower/types.rb', line 1673

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

#max_resultsInteger

How many results to return per API call.

Returns:

  • (Integer)


1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-controltower/types.rb', line 1673

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

#next_tokenString

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

Returns:

  • (String)


1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-controltower/types.rb', line 1673

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