Class: Aws::Types::UpdateAssetPropertyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


3665
3666
3667
# File 'sig/types.rbs', line 3665

def asset_id
  @asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3669
3670
3671
# File 'sig/types.rbs', line 3669

def client_token
  @client_token
end

#property_alias::String

Returns the value of attribute property_alias.

Returns:

  • (::String)


3667
3668
3669
# File 'sig/types.rbs', line 3667

def property_alias
  @property_alias
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


3666
3667
3668
# File 'sig/types.rbs', line 3666

def property_id
  @property_id
end

#property_notification_state"ENABLED", "DISABLED"

Returns the value of attribute property_notification_state.

Returns:

  • ("ENABLED", "DISABLED")


3668
3669
3670
# File 'sig/types.rbs', line 3668

def property_notification_state
  @property_notification_state
end

#property_unit::String

Returns the value of attribute property_unit.

Returns:

  • (::String)


3670
3671
3672
# File 'sig/types.rbs', line 3670

def property_unit
  @property_unit
end