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)


3706
3707
3708
# File 'sig/types.rbs', line 3706

def asset_id
  @asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3710
3711
3712
# File 'sig/types.rbs', line 3710

def client_token
  @client_token
end

#property_alias::String

Returns the value of attribute property_alias.

Returns:

  • (::String)


3708
3709
3710
# File 'sig/types.rbs', line 3708

def property_alias
  @property_alias
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


3707
3708
3709
# File 'sig/types.rbs', line 3707

def property_id
  @property_id
end

#property_notification_state"ENABLED", "DISABLED"

Returns the value of attribute property_notification_state.

Returns:

  • ("ENABLED", "DISABLED")


3709
3710
3711
# File 'sig/types.rbs', line 3709

def property_notification_state
  @property_notification_state
end

#property_unit::String

Returns the value of attribute property_unit.

Returns:

  • (::String)


3711
3712
3713
# File 'sig/types.rbs', line 3711

def property_unit
  @property_unit
end