Class: Aws::Types::GetTimeSeriesDataPointInput
- Inherits:
-
Object
- Object
- Aws::Types::GetTimeSeriesDataPointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def entity_identifier @entity_identifier end |
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def entity_type @entity_type end |
#form_name ⇒ ::String
Returns the value of attribute form_name.
3322 3323 3324 |
# File 'sig/types.rbs', line 3322 def form_name @form_name end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3321 3322 3323 |
# File 'sig/types.rbs', line 3321 def identifier @identifier end |