Class: Aws::Types::UpdateCustomMetricResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


5112
5113
5114
# File 'sig/types.rbs', line 5112

def creation_date
  @creation_date
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


5111
5112
5113
# File 'sig/types.rbs', line 5111

def display_name
  @display_name
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


5113
5114
5115
# File 'sig/types.rbs', line 5113

def last_modified_date
  @last_modified_date
end

#metric_arn::String

Returns the value of attribute metric_arn.

Returns:

  • (::String)


5109
5110
5111
# File 'sig/types.rbs', line 5109

def metric_arn
  @metric_arn
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


5108
5109
5110
# File 'sig/types.rbs', line 5108

def metric_name
  @metric_name
end

#metric_type"string-list", ...

Returns the value of attribute metric_type.

Returns:

  • ("string-list", "ip-address-list", "number-list", "number")


5110
5111
5112
# File 'sig/types.rbs', line 5110

def metric_type
  @metric_type
end