Class: Aws::Types::GetDataSourceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSourceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_statistics ⇒ Boolean
Returns the value of attribute compute_statistics.
-
#compute_time ⇒ ::Integer
Returns the value of attribute compute_time.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by_iam_user ⇒ ::String
Returns the value of attribute created_by_iam_user.
-
#data_location_s3 ⇒ ::String
Returns the value of attribute data_location_s3.
-
#data_rearrangement ⇒ ::String
Returns the value of attribute data_rearrangement.
-
#data_size_in_bytes ⇒ ::Integer
Returns the value of attribute data_size_in_bytes.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#data_source_schema ⇒ ::String
Returns the value of attribute data_source_schema.
-
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_of_files ⇒ ::Integer
Returns the value of attribute number_of_files.
-
#rds_metadata ⇒ Types::RDSMetadata
Returns the value of attribute rds_metadata.
-
#redshift_metadata ⇒ Types::RedshiftMetadata
Returns the value of attribute redshift_metadata.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#compute_statistics ⇒ Boolean
Returns the value of attribute compute_statistics.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
383 384 385 |
# File 'sig/types.rbs', line 383 def log_uri @log_uri end |
#message ⇒ ::String
Returns the value of attribute message.
384 385 386 |
# File 'sig/types.rbs', line 384 def end |
#name ⇒ ::String
Returns the value of attribute name.
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.
380 381 382 |
# File 'sig/types.rbs', line 380 def number_of_files @number_of_files end |
#rds_metadata ⇒ Types::RDSMetadata
Returns the value of attribute rds_metadata.
386 387 388 |
# File 'sig/types.rbs', line 386 def end |
#redshift_metadata ⇒ Types::RedshiftMetadata
Returns the value of attribute redshift_metadata.
385 386 387 |
# File 'sig/types.rbs', line 385 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
391 392 393 |
# File 'sig/types.rbs', line 391 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
382 383 384 |
# File 'sig/types.rbs', line 382 def status @status end |