Class: Aws::Types::MetricPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


13182
13183
13184
# File 'sig/types.rbs', line 13182

def end_date
  @end_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


13181
13182
13183
# File 'sig/types.rbs', line 13181

def start_date
  @start_date
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


13184
13185
13186
# File 'sig/types.rbs', line 13184

def status
  @status
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


13183
13184
13185
# File 'sig/types.rbs', line 13183

def value
  @value
end