Class: Aws::Types::DescribeDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
4140 4141 4142 |
# File 'sig/types.rbs', line 4140 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
4139 4140 4141 |
# File 'sig/types.rbs', line 4139 def device_name @device_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4138 4139 4140 |
# File 'sig/types.rbs', line 4138 def next_token @next_token end |