Class: Aws::Types::Device
- Inherits:
-
Object
- Object
- Aws::Types::Device
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_location ⇒ Types::AWSLocation
Returns the value of attribute aws_location.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#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.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#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.
768 769 770 |
# File 'sig/types.rbs', line 768 def aws_location @aws_location end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
776 777 778 |
# File 'sig/types.rbs', line 776 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
769 770 771 |
# File 'sig/types.rbs', line 769 def description @description end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
766 767 768 |
# File 'sig/types.rbs', line 766 def device_arn @device_arn end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
765 766 767 |
# File 'sig/types.rbs', line 765 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
767 768 769 |
# File 'sig/types.rbs', line 767 def global_network_id @global_network_id end |
#location ⇒ Types::Location
Returns the value of attribute location.
774 775 776 |
# File 'sig/types.rbs', line 774 def location @location end |
#model ⇒ ::String
Returns the value of attribute model.
772 773 774 |
# File 'sig/types.rbs', line 772 def model @model end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
773 774 775 |
# File 'sig/types.rbs', line 773 def serial_number @serial_number end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
775 776 777 |
# File 'sig/types.rbs', line 775 def site_id @site_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
777 778 779 |
# File 'sig/types.rbs', line 777 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
778 779 780 |
# File 'sig/types.rbs', line 778 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
770 771 772 |
# File 'sig/types.rbs', line 770 def type @type end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
771 772 773 |
# File 'sig/types.rbs', line 771 def vendor @vendor end |