Class: Aws::Types::DescribeDatasetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDatasetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_end_time ⇒ ::Time
Returns the value of attribute data_end_time.
-
#data_quality_summary ⇒ Types::DataQualitySummary
Returns the value of attribute data_quality_summary.
-
#data_start_time ⇒ ::Time
Returns the value of attribute data_start_time.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#ingested_files_summary ⇒ Types::IngestedFilesSummary
Returns the value of attribute ingested_files_summary.
-
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Returns the value of attribute ingestion_input_configuration.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
-
#source_dataset_arn ⇒ ::String
Returns the value of attribute source_dataset_arn.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
247 248 249 |
# File 'sig/types.rbs', line 247 def created_at @created_at end |
#data_end_time ⇒ ::Time
Returns the value of attribute data_end_time.
257 258 259 |
# File 'sig/types.rbs', line 257 def data_end_time @data_end_time end |
#data_quality_summary ⇒ Types::DataQualitySummary
Returns the value of attribute data_quality_summary.
253 254 255 |
# File 'sig/types.rbs', line 253 def data_quality_summary @data_quality_summary end |
#data_start_time ⇒ ::Time
Returns the value of attribute data_start_time.
256 257 258 |
# File 'sig/types.rbs', line 256 def data_start_time @data_start_time end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
246 247 248 |
# File 'sig/types.rbs', line 246 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def dataset_name @dataset_name end |
#ingested_files_summary ⇒ Types::IngestedFilesSummary
Returns the value of attribute ingested_files_summary.
254 255 256 |
# File 'sig/types.rbs', line 254 def ingested_files_summary @ingested_files_summary end |
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Returns the value of attribute ingestion_input_configuration.
252 253 254 |
# File 'sig/types.rbs', line 252 def ingestion_input_configuration @ingestion_input_configuration end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
248 249 250 |
# File 'sig/types.rbs', line 248 def last_updated_at @last_updated_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
255 256 257 |
# File 'sig/types.rbs', line 255 def role_arn @role_arn end |
#schema ⇒ ::String
Returns the value of attribute schema.
250 251 252 |
# File 'sig/types.rbs', line 250 def schema @schema end |
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
251 252 253 |
# File 'sig/types.rbs', line 251 def server_side_kms_key_id @server_side_kms_key_id end |
#source_dataset_arn ⇒ ::String
Returns the value of attribute source_dataset_arn.
258 259 260 |
# File 'sig/types.rbs', line 258 def source_dataset_arn @source_dataset_arn end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
249 250 251 |
# File 'sig/types.rbs', line 249 def status @status end |