Class: Aws::Types::ImportFileEnrichment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checksum ⇒ Types::Checksum

Returns the value of attribute checksum.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def checksum
  @checksum
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


573
574
575
# File 'sig/types.rbs', line 573

def created_at
  @created_at
end

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


574
575
576
# File 'sig/types.rbs', line 574

def ended_at
  @ended_at
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def job_id
  @job_id
end

#s3_bucket_target ⇒ Types::EnrichmentTargetS3Configuration

Returns the value of attribute s3_bucket_target.



578
579
580
# File 'sig/types.rbs', line 578

def s3_bucket_target
  @s3_bucket_target
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTED", "FAILED", "SUCCEEDED", "SUCCEEDED_WITH_WARNINGS")


575
576
577
# File 'sig/types.rbs', line 575

def status
  @status
end

#status_details ⇒ ::String

Returns the value of attribute status_details.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def status_details
  @status_details
end