Class: Aws::Types::ObservabilityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ObservabilityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
-
#latest ⇒ Boolean
Returns the value of attribute latest.
-
#observability_configuration_arn ⇒ ::String
Returns the value of attribute observability_configuration_arn.
-
#observability_configuration_name ⇒ ::String
Returns the value of attribute observability_configuration_name.
-
#observability_configuration_revision ⇒ ::Integer
Returns the value of attribute observability_configuration_revision.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#trace_configuration ⇒ Types::TraceConfiguration
Returns the value of attribute trace_configuration.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
545 546 547 |
# File 'sig/types.rbs', line 545 def created_at @created_at end |
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
546 547 548 |
# File 'sig/types.rbs', line 546 def deleted_at @deleted_at end |
#latest ⇒ Boolean
Returns the value of attribute latest.
543 544 545 |
# File 'sig/types.rbs', line 543 def latest @latest end |
#observability_configuration_arn ⇒ ::String
Returns the value of attribute observability_configuration_arn.
539 540 541 |
# File 'sig/types.rbs', line 539 def observability_configuration_arn @observability_configuration_arn end |
#observability_configuration_name ⇒ ::String
Returns the value of attribute observability_configuration_name.
540 541 542 |
# File 'sig/types.rbs', line 540 def observability_configuration_name @observability_configuration_name end |
#observability_configuration_revision ⇒ ::Integer
Returns the value of attribute observability_configuration_revision.
542 543 544 |
# File 'sig/types.rbs', line 542 def observability_configuration_revision @observability_configuration_revision end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
544 545 546 |
# File 'sig/types.rbs', line 544 def status @status end |
#trace_configuration ⇒ Types::TraceConfiguration
Returns the value of attribute trace_configuration.
541 542 543 |
# File 'sig/types.rbs', line 541 def trace_configuration @trace_configuration end |