Class: Aws::Types::SendDataToWirelessDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def id
  @id
end

#payload_data ⇒ ::String

Returns the value of attribute payload_data.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def payload_data
  @payload_data
end

#transmit_mode ⇒ ::Integer

Returns the value of attribute transmit_mode.

Returns:

  • (::Integer)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def transmit_mode
  @transmit_mode
end

#wireless_metadata ⇒ Types::WirelessMetadata

Returns the value of attribute wireless_metadata.



1762
1763
1764
# File 'sig/types.rbs', line 1762

def 
  @wireless_metadata
end