Class: Aws::IoTWireless::Types::Dimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::Dimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
The required list of dimensions for the metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the dimension.
-
#value ⇒ String
The dimension’s value.
Instance Attribute Details
#name ⇒ String
The name of the dimension.
1508 1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1508 class Dimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The dimension’s value.
1508 1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1508 class Dimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |