Class: Aws::Types::GetCaptureDataRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTypes::TimeInNanos

Returns the value of attribute end_time.

Returns:



2336
2337
2338
# File 'sig/types.rbs', line 2336

def end_time
  @end_time
end

#format_settingsTypes::FormatSettings

Returns the value of attribute format_settings.

Returns:



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.

Returns:



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.

Returns:



2338
2339
2340
# File 'sig/types.rbs', line 2338

def property_alias
  @property_alias
end

#start_timeTypes::TimeInNanos

Returns the value of attribute start_time.

Returns:



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.

Returns:



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.

Returns:



2334
2335
2336
# File 'sig/types.rbs', line 2334

def workspace_name
  @workspace_name
end