Class: Aws::Types::DeleteTimeSeriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTimeSeriesRequest
- 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.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def alias @alias end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def asset_id @asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def client_token @client_token end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def property_id @property_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def workspace_name @workspace_name end |