Class: Aws::Types::ListConfigurationCheckOperationsInput

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:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def application_id
  @application_id
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def filters
  @filters
end

#list_mode"ALL_OPERATIONS", "LATEST_PER_CHECK"

Returns the value of attribute list_mode.

Returns:

  • ("ALL_OPERATIONS", "LATEST_PER_CHECK")


314
315
316
# File 'sig/types.rbs', line 314

def list_mode
  @list_mode
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


315
316
317
# File 'sig/types.rbs', line 315

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def next_token
  @next_token
end