Class: Aws::Types::UpdateDeviceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:location])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_location ⇒ Types::AWSLocation

Returns the value of attribute aws_location.

Returns:



1856
1857
1858
# File 'sig/types.rbs', line 1856

def aws_location
  @aws_location
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def description
  @description
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1862
1863
1864
# File 'sig/types.rbs', line 1862

def location
  @location
end

#model ⇒ ::String

Returns the value of attribute model.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def model
  @model
end

#serial_number ⇒ ::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def site_id
  @site_id
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def type
  @type
end

#vendor ⇒ ::String

Returns the value of attribute vendor.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def vendor
  @vendor
end