Class: Aws::Types::UpdateDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_location ⇒ Types::AWSLocation
Returns the value of attribute aws_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#location ⇒ Types::Location
Returns the value of attribute location.
-
#model ⇒ ::String
Returns the value of attribute model.
-
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#vendor ⇒ ::String
Returns the value of attribute vendor.
Instance Attribute Details
#aws_location ⇒ Types::AWSLocation
Returns the value of attribute aws_location.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def aws_location @aws_location end |
#description ⇒ ::String
Returns the value of attribute description.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def description @description end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def global_network_id @global_network_id end |
#location ⇒ Types::Location
Returns the value of attribute location.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def location @location end |
#model ⇒ ::String
Returns the value of attribute model.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def model @model end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def serial_number @serial_number end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def site_id @site_id end |
#type ⇒ ::String
Returns the value of attribute type.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def type @type end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def vendor @vendor end |