Class: Aws::Types::GetDataSourceOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#compute_statisticsBoolean

Returns the value of attribute compute_statistics.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def compute_statistics
  @compute_statistics
end

#compute_time::Integer

Returns the value of attribute compute_time.

Returns:



389
390
391
# File 'sig/types.rbs', line 389

def compute_time
  @compute_time
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



377
378
379
# File 'sig/types.rbs', line 377

def created_at
  @created_at
end

#created_by_iam_user::String

Returns the value of attribute created_by_iam_user.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def created_by_iam_user
  @created_by_iam_user
end

#data_location_s3::String

Returns the value of attribute data_location_s3.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def data_location_s3
  @data_location_s3
end

#data_rearrangement::String

Returns the value of attribute data_rearrangement.

Returns:



375
376
377
# File 'sig/types.rbs', line 375

def data_rearrangement
  @data_rearrangement
end

#data_size_in_bytes::Integer

Returns the value of attribute data_size_in_bytes.

Returns:



379
380
381
# File 'sig/types.rbs', line 379

def data_size_in_bytes
  @data_size_in_bytes
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def data_source_id
  @data_source_id
end

#data_source_schema::String

Returns the value of attribute data_source_schema.

Returns:



392
393
394
# File 'sig/types.rbs', line 392

def data_source_schema
  @data_source_schema
end

#finished_at::Time

Returns the value of attribute finished_at.

Returns:



390
391
392
# File 'sig/types.rbs', line 390

def finished_at
  @finished_at
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:



378
379
380
# File 'sig/types.rbs', line 378

def last_updated_at
  @last_updated_at
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def log_uri
  @log_uri
end

#message::String

Returns the value of attribute message.

Returns:



384
385
386
# File 'sig/types.rbs', line 384

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def name
  @name
end

#number_of_files::Integer

Returns the value of attribute number_of_files.

Returns:



380
381
382
# File 'sig/types.rbs', line 380

def number_of_files
  @number_of_files
end

#rds_metadataTypes::RDSMetadata

Returns the value of attribute rds_metadata.

Returns:



386
387
388
# File 'sig/types.rbs', line 386

def 
  
end

#redshift_metadataTypes::RedshiftMetadata

Returns the value of attribute redshift_metadata.

Returns:



385
386
387
# File 'sig/types.rbs', line 385

def 
  
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def role_arn
  @role_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:



391
392
393
# File 'sig/types.rbs', line 391

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def status
  @status
end