Class: Aws::Types::ListTimeSeriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTimeSeriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_prefix ⇒ ::String
Returns the value of attribute alias_prefix.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#time_series_type ⇒ "ASSOCIATED", "DISASSOCIATED"
Returns the value of attribute time_series_type.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#alias_prefix ⇒ ::String
Returns the value of attribute alias_prefix.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def alias_prefix @alias_prefix end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def asset_id @asset_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def next_token @next_token end |
#time_series_type ⇒ "ASSOCIATED", "DISASSOCIATED"
Returns the value of attribute time_series_type.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def time_series_type @time_series_type end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def workspace_name @workspace_name end |