Class: Aws::Types::CreateDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeviceRequest
- 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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
477 478 479 |
# File 'sig/types.rbs', line 477 def aws_location @aws_location end |
#description ⇒ ::String
Returns the value of attribute description.
478 479 480 |
# File 'sig/types.rbs', line 478 def description @description end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
476 477 478 |
# File 'sig/types.rbs', line 476 def global_network_id @global_network_id end |
#location ⇒ Types::Location
Returns the value of attribute location.
483 484 485 |
# File 'sig/types.rbs', line 483 def location @location end |
#model ⇒ ::String
Returns the value of attribute model.
481 482 483 |
# File 'sig/types.rbs', line 481 def model @model end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
482 483 484 |
# File 'sig/types.rbs', line 482 def serial_number @serial_number end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
484 485 486 |
# File 'sig/types.rbs', line 484 def site_id @site_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
485 486 487 |
# File 'sig/types.rbs', line 485 def end |
#type ⇒ ::String
Returns the value of attribute type.
479 480 481 |
# File 'sig/types.rbs', line 479 def type @type end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
480 481 482 |
# File 'sig/types.rbs', line 480 def vendor @vendor end |