Class: Aws::Types::DescribeMonitorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#baseline ⇒ Types::Baseline

Returns the value of attribute baseline.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def baseline
  @baseline
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


575
576
577
# File 'sig/types.rbs', line 575

def creation_time
  @creation_time
end

#estimated_evaluation_time_remaining_in_minutes ⇒ ::Integer

Returns the value of attribute estimated_evaluation_time_remaining_in_minutes.

Returns:

  • (::Integer)


577
578
579
# File 'sig/types.rbs', line 577

def estimated_evaluation_time_remaining_in_minutes
  @estimated_evaluation_time_remaining_in_minutes
end

#last_evaluation_state ⇒ ::String

Returns the value of attribute last_evaluation_state.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def last_evaluation_state
  @last_evaluation_state
end

#last_evaluation_time ⇒ ::Time

Returns the value of attribute last_evaluation_time.

Returns:

  • (::Time)


571
572
573
# File 'sig/types.rbs', line 571

def last_evaluation_time
  @last_evaluation_time
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


576
577
578
# File 'sig/types.rbs', line 576

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def message
  @message
end

#monitor_arn ⇒ ::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def monitor_arn
  @monitor_arn
end

#monitor_name ⇒ ::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def monitor_name
  @monitor_name
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def resource_arn
  @resource_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def status
  @status
end