Class: Aws::Types::ListCoverageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criteria ⇒ Types::CoverageFilterCriteria

Returns the value of attribute filter_criteria.



2068
2069
2070
# File 'sig/types.rbs', line 2068

def filter_criteria
  @filter_criteria
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def next_token
  @next_token
end