Class: Aws::IoTWireless::Types::Dimension

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

The required list of dimensions for the metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the dimension.

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1501

class Dimension < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The dimension's value.

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1501

class Dimension < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end