Class: Aws::Types::UpdateDeviceInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeviceInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def arn @arn end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def labels @labels end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def profile_arn @profile_arn end |