Class: Aws::Types::DescribeCustomMetricResponse

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)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def creation_date
  @creation_date
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def display_name
  @display_name
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def last_modified_date
  @last_modified_date
end

#metric_arn::String

Returns the value of attribute metric_arn.

Returns:

  • (::String)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def metric_arn
  @metric_arn
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


1714
1715
1716
# File 'sig/types.rbs', line 1714

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")


1716
1717
1718
# File 'sig/types.rbs', line 1716

def metric_type
  @metric_type
end