Class: Aws::Types::DatasourcePackageIngestDetail
- Inherits:
-
Object
- Object
- Aws::Types::DatasourcePackageIngestDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datasource_package_ingest_state ⇒ "STARTED", ...
Returns the value of attribute datasource_package_ingest_state.
-
#last_ingest_state_change ⇒ ::Hash[("STARTED" | "STOPPED" | "DISABLED"), Types::TimestampForCollection]
Returns the value of attribute last_ingest_state_change.
Instance Attribute Details
#datasource_package_ingest_state ⇒ "STARTED", ...
Returns the value of attribute datasource_package_ingest_state.
91 92 93 |
# File 'sig/types.rbs', line 91 def datasource_package_ingest_state @datasource_package_ingest_state end |
#last_ingest_state_change ⇒ ::Hash[("STARTED" | "STOPPED" | "DISABLED"), Types::TimestampForCollection]
Returns the value of attribute last_ingest_state_change.
92 93 94 |
# File 'sig/types.rbs', line 92 def last_ingest_state_change @last_ingest_state_change end |