Class: Aws::Types::UpdateExportResponse

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)


3633
3634
3635
# File 'sig/types.rbs', line 3633

def creation_date_time
  @creation_date_time
end

#export_id ⇒ ::String

Returns the value of attribute export_id.

Returns:

  • (::String)


3629
3630
3631
# File 'sig/types.rbs', line 3629

def export_id
  @export_id
end

#export_status ⇒ "InProgress", ...

Returns the value of attribute export_status.

Returns:

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


3632
3633
3634
# File 'sig/types.rbs', line 3632

def export_status
  @export_status
end

#file_format ⇒ "LexJson", ...

Returns the value of attribute file_format.

Returns:

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


3631
3632
3633
# File 'sig/types.rbs', line 3631

def file_format
  @file_format
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


3634
3635
3636
# File 'sig/types.rbs', line 3634

def last_updated_date_time
  @last_updated_date_time
end

#resource_specification ⇒ Types::ExportResourceSpecification

Returns the value of attribute resource_specification.



3630
3631
3632
# File 'sig/types.rbs', line 3630

def resource_specification
  @resource_specification
end