Class: Aws::Types::MetricValue
- Inherits:
-
Object
- Object
- Aws::Types::MetricValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidrs ⇒ ::Array[::String]
Returns the value of attribute cidrs.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#number ⇒ ::Float
Returns the value of attribute number.
-
#numbers ⇒ ::Array[::Float]
Returns the value of attribute numbers.
-
#ports ⇒ ::Array[::Integer]
Returns the value of attribute ports.
-
#strings ⇒ ::Array[::String]
Returns the value of attribute strings.
Instance Attribute Details
#cidrs ⇒ ::Array[::String]
Returns the value of attribute cidrs.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def cidrs @cidrs end |
#count ⇒ ::Integer
Returns the value of attribute count.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def count @count end |
#number ⇒ ::Float
Returns the value of attribute number.
3930 3931 3932 |
# File 'sig/types.rbs', line 3930 def number @number end |
#numbers ⇒ ::Array[::Float]
Returns the value of attribute numbers.
3931 3932 3933 |
# File 'sig/types.rbs', line 3931 def numbers @numbers end |
#ports ⇒ ::Array[::Integer]
Returns the value of attribute ports.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def ports @ports end |
#strings ⇒ ::Array[::String]
Returns the value of attribute strings.
3932 3933 3934 |
# File 'sig/types.rbs', line 3932 def strings @strings end |