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.
3020 3021 3022 |
# File 'sig/types.rbs', line 3020 def alias_prefix @alias_prefix end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
3019 3020 3021 |
# File 'sig/types.rbs', line 3019 def asset_id @asset_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def next_token @next_token end |
#time_series_type ⇒ "ASSOCIATED", "DISASSOCIATED"
Returns the value of attribute time_series_type.
3021 3022 3023 |
# File 'sig/types.rbs', line 3021 def time_series_type @time_series_type end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3022 3023 3024 |
# File 'sig/types.rbs', line 3022 def workspace_name @workspace_name end |