Class: Aws::Types::ExportVectorEnrichmentJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


148
149
150
# File 'sig/types.rbs', line 148

def creation_time
  @creation_time
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def execution_role_arn
  @execution_role_arn
end

#export_status"IN_PROGRESS", ...

Returns the value of attribute export_status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


150
151
152
# File 'sig/types.rbs', line 150

def export_status
  @export_status
end

#output_configTypes::ExportVectorEnrichmentJobOutputConfig

Returns the value of attribute output_config.



151
152
153
# File 'sig/types.rbs', line 151

def output_config
  @output_config
end