Class: Aws::Types::DeviceInstance

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)


310
311
312
# File 'sig/types.rbs', line 310

def arn
  @arn
end

#device_arn::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def device_arn
  @device_arn
end

#instance_profileTypes::InstanceProfile

Returns the value of attribute instance_profile.



315
316
317
# File 'sig/types.rbs', line 315

def instance_profile
  @instance_profile
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


312
313
314
# File 'sig/types.rbs', line 312

def labels
  @labels
end

#status"IN_USE", ...

Returns the value of attribute status.

Returns:

  • ("IN_USE", "PREPARING", "AVAILABLE", "NOT_AVAILABLE")


313
314
315
# File 'sig/types.rbs', line 313

def status
  @status
end

#udid::String

Returns the value of attribute udid.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def udid
  @udid
end