Class: Aws::Types::DescribeApplicationStatusChecksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_status_check_ids::Array[::String]

Returns the value of attribute application_status_check_ids.

Returns:

  • (::Array[::String])


5327
5328
5329
# File 'sig/types.rbs', line 5327

def application_status_check_ids
  @application_status_check_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5332
5333
5334
# File 'sig/types.rbs', line 5332

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



5328
5329
5330
# File 'sig/types.rbs', line 5328

def filters
  @filters
end

#include_allBoolean

Returns the value of attribute include_all.

Returns:

  • (Boolean)


5331
5332
5333
# File 'sig/types.rbs', line 5331

def include_all
  @include_all
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5329
5330
5331
# File 'sig/types.rbs', line 5329

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5330
5331
5332
# File 'sig/types.rbs', line 5330

def next_token
  @next_token
end