Class: Aws::Types::Dimension

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ "DeviceId", "GatewayId"

Returns the value of attribute name.

Returns:

  • ("DeviceId", "GatewayId")


503
504
505
# File 'sig/types.rbs', line 503

def name
  @name
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def value
  @value
end