Class: Aws::Types::Device

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def arn
  @arn
end

#availability"TEMPORARY_NOT_AVAILABLE", ...

Returns the value of attribute availability.

Returns:

  • ("TEMPORARY_NOT_AVAILABLE", "BUSY", "AVAILABLE", "HIGHLY_AVAILABLE")


298
299
300
# File 'sig/types.rbs', line 298

def availability
  @availability
end

#carrier::String

Returns the value of attribute carrier.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def carrier
  @carrier
end

#cpuTypes::CPU

Returns the value of attribute cpu.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def cpu
  @cpu
end

#fleet_name::String

Returns the value of attribute fleet_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PHONE", "TABLET")


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.

Returns:

  • (::Integer)


288
289
290
# File 'sig/types.rbs', line 288

def heap_size
  @heap_size
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def image
  @image
end

#instances::Array[Types::DeviceInstance]

Returns the value of attribute instances.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def instances
  @instances
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def manufacturer
  @manufacturer
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


289
290
291
# File 'sig/types.rbs', line 289

def memory
  @memory
end

#model::String

Returns the value of attribute model.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def model
  @model
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def model_id
  @model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def name
  @name
end

#os::String

Returns the value of attribute os.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def os
  @os
end

#platform"ANDROID", "IOS"

Returns the value of attribute platform.

Returns:

  • ("ANDROID", "IOS")


284
285
286
# File 'sig/types.rbs', line 284

def platform
  @platform
end

#radio::String

Returns the value of attribute radio.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def radio
  @radio
end

#remote_access_enabledBoolean

Returns the value of attribute remote_access_enabled.

Returns:

  • (Boolean)


293
294
295
# File 'sig/types.rbs', line 293

def remote_access_enabled
  @remote_access_enabled
end

#remote_debug_enabledBoolean

Returns the value of attribute remote_debug_enabled.

Returns:

  • (Boolean)


294
295
296
# File 'sig/types.rbs', line 294

def remote_debug_enabled
  @remote_debug_enabled
end

#resolutionTypes::Resolution

Returns the value of attribute resolution.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def resolution
  @resolution
end