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.
4123 4124 4125 |
# File 'sig/types.rbs', line 4123 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
4122 4123 4124 |
# File 'sig/types.rbs', line 4122 def device_name @device_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4121 4122 4123 |
# File 'sig/types.rbs', line 4121 def next_token @next_token end |