Class: Aws::Types::ExportSummary

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)


1801
1802
1803
# File 'sig/types.rbs', line 1801

def creation_date_time
  @creation_date_time
end

#export_id ⇒ ::String

Returns the value of attribute export_id.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def export_id
  @export_id
end

#export_status ⇒ "InProgress", ...

Returns the value of attribute export_status.

Returns:

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


1800
1801
1802
# File 'sig/types.rbs', line 1800

def export_status
  @export_status
end

#file_format ⇒ "LexJson", ...

Returns the value of attribute file_format.

Returns:

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


1799
1800
1801
# File 'sig/types.rbs', line 1799

def file_format
  @file_format
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def last_updated_date_time
  @last_updated_date_time
end

#resource_specification ⇒ Types::ExportResourceSpecification

Returns the value of attribute resource_specification.



1798
1799
1800
# File 'sig/types.rbs', line 1798

def resource_specification
  @resource_specification
end