Class: Aws::Types::ListObservabilityConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListObservabilityConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_only ⇒ Boolean
Returns the value of attribute latest_only.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#observability_configuration_name ⇒ ::String
Returns the value of attribute observability_configuration_name.
Instance Attribute Details
#latest_only ⇒ Boolean
Returns the value of attribute latest_only.
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.
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.
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.
439 440 441 |
# File 'sig/types.rbs', line 439 def observability_configuration_name @observability_configuration_name end |