Class: Aws::Types::AssociateTimeSeriesToAssetPropertyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateTimeSeriesToAssetPropertyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
358 359 360 |
# File 'sig/types.rbs', line 358 def alias @alias end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
359 360 361 |
# File 'sig/types.rbs', line 359 def asset_id @asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
361 362 363 |
# File 'sig/types.rbs', line 361 def client_token @client_token end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
360 361 362 |
# File 'sig/types.rbs', line 360 def property_id @property_id end |