Class: Aws::Types::DescribeExportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def creation_date_time
  @creation_date_time
end

#download_url ⇒ ::String

Returns the value of attribute download_url.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def download_url
  @download_url
end

#export_id ⇒ ::String

Returns the value of attribute export_id.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def export_id
  @export_id
end

#export_status ⇒ "InProgress", ...

Returns the value of attribute export_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Deleting")


1512
1513
1514
# File 'sig/types.rbs', line 1512

def export_status
  @export_status
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1513
1514
1515
# File 'sig/types.rbs', line 1513

def failure_reasons
  @failure_reasons
end

#file_format ⇒ "LexJson", ...

Returns the value of attribute file_format.

Returns:

  • ("LexJson", "TSV", "CSV")


1511
1512
1513
# File 'sig/types.rbs', line 1511

def file_format
  @file_format
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def last_updated_date_time
  @last_updated_date_time
end

#resource_specification ⇒ Types::ExportResourceSpecification

Returns the value of attribute resource_specification.



1510
1511
1512
# File 'sig/types.rbs', line 1510

def resource_specification
  @resource_specification
end