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.



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_resultsInteger

How many results to return per API call.

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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