Class: Aws::Types::CreateExportResponse

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)


890
891
892
# File 'sig/types.rbs', line 890

def creation_date_time
  @creation_date_time
end

#export_id ⇒ ::String

Returns the value of attribute export_id.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def export_id
  @export_id
end

#export_status ⇒ "InProgress", ...

Returns the value of attribute export_status.

Returns:

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


889
890
891
# File 'sig/types.rbs', line 889

def export_status
  @export_status
end

#file_format ⇒ "LexJson", ...

Returns the value of attribute file_format.

Returns:

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


888
889
890
# File 'sig/types.rbs', line 888

def file_format
  @file_format
end

#resource_specification ⇒ Types::ExportResourceSpecification

Returns the value of attribute resource_specification.



887
888
889
# File 'sig/types.rbs', line 887

def resource_specification
  @resource_specification
end