Class: Aws::Types::UpdateDeviceInstanceRequest

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)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def arn
  @arn
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


1415
1416
1417
# File 'sig/types.rbs', line 1415

def labels
  @labels
end

#profile_arn::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def profile_arn
  @profile_arn
end