Class: Aws::Types::DescribeDatasetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


257
258
259
# File 'sig/types.rbs', line 257

def data_end_time
  @data_end_time
end

#data_quality_summaryTypes::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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def dataset_name
  @dataset_name
end

#ingested_files_summaryTypes::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_configurationTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def role_arn
  @role_arn
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CREATED", "INGESTION_IN_PROGRESS", "ACTIVE", "IMPORT_IN_PROGRESS")


249
250
251
# File 'sig/types.rbs', line 249

def status
  @status
end