Class: Aws::Types::DeviceInstance
- Inherits:
-
Object
- Object
- Aws::Types::DeviceInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#instance_profile ⇒ Types::InstanceProfile
Returns the value of attribute instance_profile.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#status ⇒ "IN_USE", ...
Returns the value of attribute status.
-
#udid ⇒ ::String
Returns the value of attribute udid.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
310 311 312 |
# File 'sig/types.rbs', line 310 def arn @arn end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
311 312 313 |
# File 'sig/types.rbs', line 311 def device_arn @device_arn end |
#instance_profile ⇒ Types::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.
312 313 314 |
# File 'sig/types.rbs', line 312 def labels @labels end |
#status ⇒ "IN_USE", ...
Returns the value of attribute status.
313 314 315 |
# File 'sig/types.rbs', line 313 def status @status end |
#udid ⇒ ::String
Returns the value of attribute udid.
314 315 316 |
# File 'sig/types.rbs', line 314 def udid @udid end |