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.
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.
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.
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.
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.
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.
3670 3671 3672 |
# File 'sig/types.rbs', line 3670 def property_unit @property_unit end |