Class: Aws::Types::CreateDatasetExportJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def client_token
  @client_token
end

#destination_s3_uri::String

Returns the value of attribute destination_s3_uri.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def destination_s3_uri
  @destination_s3_uri
end

#error_report_locationTypes::ExportErrorReportLocation

Returns the value of attribute error_report_location.



993
994
995
# File 'sig/types.rbs', line 993

def error_report_location
  @error_report_location
end

#inputTypes::ProcessingInput

Returns the value of attribute input.



992
993
994
# File 'sig/types.rbs', line 992

def input
  @input
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def workspace_name
  @workspace_name
end