Class: Aws::Types::Device
- Inherits:
-
Object
- Object
- Aws::Types::Device
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability ⇒ "TEMPORARY_NOT_AVAILABLE", ...
Returns the value of attribute availability.
-
#carrier ⇒ ::String
Returns the value of attribute carrier.
-
#cpu ⇒ Types::CPU
Returns the value of attribute cpu.
-
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
-
#fleet_type ⇒ ::String
Returns the value of attribute fleet_type.
-
#form_factor ⇒ "PHONE", "TABLET"
Returns the value of attribute form_factor.
-
#heap_size ⇒ ::Integer
Returns the value of attribute heap_size.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#instances ⇒ ::Array[Types::DeviceInstance]
Returns the value of attribute instances.
-
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#model ⇒ ::String
Returns the value of attribute model.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#os ⇒ ::String
Returns the value of attribute os.
-
#platform ⇒ "ANDROID", "IOS"
Returns the value of attribute platform.
-
#radio ⇒ ::String
Returns the value of attribute radio.
-
#remote_access_enabled ⇒ Boolean
Returns the value of attribute remote_access_enabled.
-
#remote_debug_enabled ⇒ Boolean
Returns the value of attribute remote_debug_enabled.
-
#resolution ⇒ Types::Resolution
Returns the value of attribute resolution.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
279 280 281 |
# File 'sig/types.rbs', line 279 def arn @arn end |
#availability ⇒ "TEMPORARY_NOT_AVAILABLE", ...
Returns the value of attribute availability.
299 300 301 |
# File 'sig/types.rbs', line 299 def availability @availability end |
#carrier ⇒ ::String
Returns the value of attribute carrier.
292 293 294 |
# File 'sig/types.rbs', line 292 def carrier @carrier end |
#cpu ⇒ Types::CPU
Returns the value of attribute cpu.
287 288 289 |
# File 'sig/types.rbs', line 287 def cpu @cpu end |
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
297 298 299 |
# File 'sig/types.rbs', line 297 def fleet_name @fleet_name end |
#fleet_type ⇒ ::String
Returns the value of attribute fleet_type.
296 297 298 |
# File 'sig/types.rbs', line 296 def fleet_type @fleet_type end |
#form_factor ⇒ "PHONE", "TABLET"
Returns the value of attribute form_factor.
284 285 286 |
# File 'sig/types.rbs', line 284 def form_factor @form_factor end |
#heap_size ⇒ ::Integer
Returns the value of attribute heap_size.
289 290 291 |
# File 'sig/types.rbs', line 289 def heap_size @heap_size end |
#image ⇒ ::String
Returns the value of attribute image.
291 292 293 |
# File 'sig/types.rbs', line 291 def image @image end |
#instances ⇒ ::Array[Types::DeviceInstance]
Returns the value of attribute instances.
298 299 300 |
# File 'sig/types.rbs', line 298 def instances @instances end |
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
281 282 283 |
# File 'sig/types.rbs', line 281 def manufacturer @manufacturer end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
290 291 292 |
# File 'sig/types.rbs', line 290 def memory @memory end |
#model ⇒ ::String
Returns the value of attribute model.
282 283 284 |
# File 'sig/types.rbs', line 282 def model @model end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
283 284 285 |
# File 'sig/types.rbs', line 283 def model_id @model_id end |
#name ⇒ ::String
Returns the value of attribute name.
280 281 282 |
# File 'sig/types.rbs', line 280 def name @name end |
#os ⇒ ::String
Returns the value of attribute os.
286 287 288 |
# File 'sig/types.rbs', line 286 def os @os end |
#platform ⇒ "ANDROID", "IOS"
Returns the value of attribute platform.
285 286 287 |
# File 'sig/types.rbs', line 285 def platform @platform end |
#radio ⇒ ::String
Returns the value of attribute radio.
293 294 295 |
# File 'sig/types.rbs', line 293 def radio @radio end |
#remote_access_enabled ⇒ Boolean
Returns the value of attribute remote_access_enabled.
294 295 296 |
# File 'sig/types.rbs', line 294 def remote_access_enabled @remote_access_enabled end |
#remote_debug_enabled ⇒ Boolean
Returns the value of attribute remote_debug_enabled.
295 296 297 |
# File 'sig/types.rbs', line 295 def remote_debug_enabled @remote_debug_enabled end |
#resolution ⇒ Types::Resolution
Returns the value of attribute resolution.
288 289 290 |
# File 'sig/types.rbs', line 288 def resolution @resolution end |