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:



2326
2327
2328
# File 'sig/types.rbs', line 2326

def end_time
  @end_time
end

#format_settingsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2328
2329
2330
# File 'sig/types.rbs', line 2328

def property_alias
  @property_alias
end

#start_timeTypes::TimeInNanos

Returns the value of attribute start_time.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2324
2325
2326
# File 'sig/types.rbs', line 2324

def workspace_name
  @workspace_name
end