Class: Aws::Types::ListTimeSeriesDataPointsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListTimeSeriesDataPointsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4397 4398 4399 |
# File 'sig/types.rbs', line 4397 def domain_identifier @domain_identifier end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
4402 4403 4404 |
# File 'sig/types.rbs', line 4402 def ended_at @ended_at end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
4398 4399 4400 |
# File 'sig/types.rbs', line 4398 def entity_identifier @entity_identifier end |
#entity_type ⇒ "ASSET", "LISTING"
Returns the value of attribute entity_type.
4399 4400 4401 |
# File 'sig/types.rbs', line 4399 def entity_type @entity_type end |
#form_name ⇒ ::String
Returns the value of attribute form_name.
4400 4401 4402 |
# File 'sig/types.rbs', line 4400 def form_name @form_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4404 4405 4406 |
# File 'sig/types.rbs', line 4404 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4403 4404 4405 |
# File 'sig/types.rbs', line 4403 def next_token @next_token end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
4401 4402 4403 |
# File 'sig/types.rbs', line 4401 def started_at @started_at end |