Class: Aws::Types::ListObservabilityConfigurationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#latest_only ⇒ Boolean

Returns the value of attribute latest_only.

Returns:

  • (Boolean)


440
441
442
# File 'sig/types.rbs', line 440

def latest_only
  @latest_only
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


441
442
443
# File 'sig/types.rbs', line 441

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def next_token
  @next_token
end

#observability_configuration_name ⇒ ::String

Returns the value of attribute observability_configuration_name.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def observability_configuration_name
  @observability_configuration_name
end