Class: Aws::Types::ListOperationsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def application_id
  @application_id
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



358
359
360
# File 'sig/types.rbs', line 358

def next_token
  @next_token
end