Class: Aws::Types::ObservabilityConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


546
547
548
# File 'sig/types.rbs', line 546

def deleted_at
  @deleted_at
end

#latest ⇒ Boolean

Returns the value of attribute latest.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ACTIVE", "INACTIVE")


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