Class: Aws::Types::DisassociateTimeSeriesFromAssetPropertyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateTimeSeriesFromAssetPropertyRequest
- 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.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def alias @alias end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def asset_id @asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def client_token @client_token end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def property_id @property_id end |