Class: Aws::Types::GetCaptureDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCaptureDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ Types::TimeInNanos
Returns the value of attribute end_time.
-
#format_settings ⇒ Types::FormatSettings
Returns the value of attribute format_settings.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
-
#start_time ⇒ Types::TimeInNanos
Returns the value of attribute start_time.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#end_time ⇒ Types::TimeInNanos
Returns the value of attribute end_time.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def end_time @end_time end |
#format_settings ⇒ Types::FormatSettings
Returns the value of attribute format_settings.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def format_settings @format_settings end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def next_token @next_token end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def property_alias @property_alias end |
#start_time ⇒ Types::TimeInNanos
Returns the value of attribute start_time.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def start_time @start_time end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def time_series_id @time_series_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def workspace_name @workspace_name end |