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.
278 279 280 |
# File 'sig/types.rbs', line 278 def arn @arn end |
#availability ⇒ "TEMPORARY_NOT_AVAILABLE", ...
Returns the value of attribute availability.
298 299 300 |
# File 'sig/types.rbs', line 298 def availability @availability end |
#carrier ⇒ ::String
Returns the value of attribute carrier.
291 292 293 |
# File 'sig/types.rbs', line 291 def carrier @carrier end |
#cpu ⇒ Types::CPU
Returns the value of attribute cpu.
286 287 288 |
# File 'sig/types.rbs', line 286 def cpu @cpu end |
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
296 297 298 |
# File 'sig/types.rbs', line 296 def fleet_name @fleet_name end |
#fleet_type ⇒ ::String
Returns the value of attribute fleet_type.
295 296 297 |
# File 'sig/types.rbs', line 295 def fleet_type @fleet_type end |
#form_factor ⇒ "PHONE", "TABLET"
Returns the value of attribute form_factor.
283 284 285 |
# File 'sig/types.rbs', line 283 def form_factor @form_factor end |
#heap_size ⇒ ::Integer
Returns the value of attribute heap_size.
288 289 290 |
# File 'sig/types.rbs', line 288 def heap_size @heap_size end |
#image ⇒ ::String
Returns the value of attribute image.
290 291 292 |
# File 'sig/types.rbs', line 290 def image @image end |
#instances ⇒ ::Array[Types::DeviceInstance]
Returns the value of attribute instances.
297 298 299 |
# File 'sig/types.rbs', line 297 def instances @instances end |
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
280 281 282 |
# File 'sig/types.rbs', line 280 def manufacturer @manufacturer end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
289 290 291 |
# File 'sig/types.rbs', line 289 def memory @memory end |
#model ⇒ ::String
Returns the value of attribute model.
281 282 283 |
# File 'sig/types.rbs', line 281 def model @model end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
282 283 284 |
# File 'sig/types.rbs', line 282 def model_id @model_id end |
#name ⇒ ::String
Returns the value of attribute name.
279 280 281 |
# File 'sig/types.rbs', line 279 def name @name end |
#os ⇒ ::String
Returns the value of attribute os.
285 286 287 |
# File 'sig/types.rbs', line 285 def os @os end |
#platform ⇒ "ANDROID", "IOS"
Returns the value of attribute platform.
284 285 286 |
# File 'sig/types.rbs', line 284 def platform @platform end |
#radio ⇒ ::String
Returns the value of attribute radio.
292 293 294 |
# File 'sig/types.rbs', line 292 def radio @radio end |
#remote_access_enabled ⇒ Boolean
Returns the value of attribute remote_access_enabled.
293 294 295 |
# File 'sig/types.rbs', line 293 def remote_access_enabled @remote_access_enabled end |
#remote_debug_enabled ⇒ Boolean
Returns the value of attribute remote_debug_enabled.
294 295 296 |
# File 'sig/types.rbs', line 294 def remote_debug_enabled @remote_debug_enabled end |
#resolution ⇒ Types::Resolution
Returns the value of attribute resolution.
287 288 289 |
# File 'sig/types.rbs', line 287 def resolution @resolution end |