Class: Aws::Types::UpdateAssetPropertyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetPropertyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
-
#property_notification_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute property_notification_state.
-
#property_unit ⇒ ::String
Returns the value of attribute property_unit.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
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.
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.
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.
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.
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.
3711 3712 3713 |
# File 'sig/types.rbs', line 3711 def property_unit @property_unit end |