Class: Aws::Types::DeleteTimeSeriesDataPointsInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTimeSeriesDataPointsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
-
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
-
#form_name ⇒ ::String
Returns the value of attribute form_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def entity_identifier @entity_identifier end |
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def entity_type @entity_type end |
#form_name ⇒ ::String
Returns the value of attribute form_name.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def form_name @form_name end |