Class: Aws::Types::ImportFileEnrichment
- Inherits:
-
Object
- Object
- Aws::Types::ImportFileEnrichment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#s3_bucket_target ⇒ Types::EnrichmentTargetS3Configuration
Returns the value of attribute s3_bucket_target.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
Instance Attribute Details
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
577 578 579 |
# File 'sig/types.rbs', line 577 def checksum @checksum end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
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.
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.
575 576 577 |
# File 'sig/types.rbs', line 575 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
576 577 578 |
# File 'sig/types.rbs', line 576 def status_details @status_details end |