Class: Aws::Types::ExportInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurations_download_url::String

Returns the value of attribute configurations_download_url.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def configurations_download_url
  @configurations_download_url
end

#export_id::String

Returns the value of attribute export_id.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def export_id
  @export_id
end

#export_request_time::Time

Returns the value of attribute export_request_time.

Returns:

  • (::Time)


358
359
360
# File 'sig/types.rbs', line 358

def export_request_time
  @export_request_time
end

#export_status"FAILED", ...

Returns the value of attribute export_status.

Returns:

  • ("FAILED", "SUCCEEDED", "IN_PROGRESS")


355
356
357
# File 'sig/types.rbs', line 355

def export_status
  @export_status
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


359
360
361
# File 'sig/types.rbs', line 359

def is_truncated
  @is_truncated
end

#requested_end_time::Time

Returns the value of attribute requested_end_time.

Returns:

  • (::Time)


361
362
363
# File 'sig/types.rbs', line 361

def requested_end_time
  @requested_end_time
end

#requested_start_time::Time

Returns the value of attribute requested_start_time.

Returns:

  • (::Time)


360
361
362
# File 'sig/types.rbs', line 360

def requested_start_time
  @requested_start_time
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def status_message
  @status_message
end