Class: Aws::Types::GetDeviceProfileResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def arn
  @arn
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def id
  @id
end

#lo_ra_wan ⇒ Types::LoRaWANDeviceProfile

Returns the value of attribute lo_ra_wan.



652
653
654
# File 'sig/types.rbs', line 652

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def name
  @name
end

#sidewalk ⇒ Types::SidewalkGetDeviceProfile

Returns the value of attribute sidewalk.



653
654
655
# File 'sig/types.rbs', line 653

def sidewalk
  @sidewalk
end