Class: Aws::Types::GetMonitorOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_period::Integer

Returns the value of attribute aggregation_period.

Returns:

  • (::Integer)


100
101
102
# File 'sig/types.rbs', line 100

def aggregation_period
  @aggregation_period
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


103
104
105
# File 'sig/types.rbs', line 103

def created_at
  @created_at
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


104
105
106
# File 'sig/types.rbs', line 104

def modified_at
  @modified_at
end

#monitor_arn::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def monitor_arn
  @monitor_arn
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def monitor_name
  @monitor_name
end

#probes::Array[Types::Probe]

Returns the value of attribute probes.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def probes
  @probes
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "ACTIVE", "INACTIVE", "ERROR", "DELETING")


99
100
101
# File 'sig/types.rbs', line 99

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


101
102
103
# File 'sig/types.rbs', line 101

def tags
  @tags
end