Class: Aws::Types::GetDeviceRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDeviceRegistrationRequest
- 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.
Instance Attribute Details
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
76 77 78 |
# File 'sig/types.rbs', line 76 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
75 76 77 |
# File 'sig/types.rbs', line 75 def device_name @device_name end |