Class: Aws::Types::SendDataToWirelessDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendDataToWirelessDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#payload_data ⇒ ::String
Returns the value of attribute payload_data.
-
#transmit_mode ⇒ ::Integer
Returns the value of attribute transmit_mode.
-
#wireless_metadata ⇒ Types::WirelessMetadata
Returns the value of attribute wireless_metadata.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def id @id end |
#payload_data ⇒ ::String
Returns the value of attribute payload_data.
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.
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 |