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.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def end_time @end_time end |
#format_settings ⇒ Types::FormatSettings
Returns the value of attribute format_settings.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def format_settings @format_settings end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def next_token @next_token end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def property_alias @property_alias end |
#start_time ⇒ Types::TimeInNanos
Returns the value of attribute start_time.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def start_time @start_time end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def time_series_id @time_series_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def workspace_name @workspace_name end |