Class: Aws::Types::CreateExportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:file_password])

Instance Attribute Summary collapse

Instance Attribute Details

#file_format ⇒ "LexJson", ...

Returns the value of attribute file_format.

Returns:

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


880
881
882
# File 'sig/types.rbs', line 880

def file_format
  @file_format
end

#file_password ⇒ ::String

Returns the value of attribute file_password.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def file_password
  @file_password
end

#resource_specification ⇒ Types::ExportResourceSpecification

Returns the value of attribute resource_specification.



879
880
881
# File 'sig/types.rbs', line 879

def resource_specification
  @resource_specification
end