Class: Aws::Types::DataSource
- Inherits:
-
Object
- Object
- Aws::Types::DataSource
- 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.
-
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#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.
154 155 156 |
# File 'sig/types.rbs', line 154 def compute_statistics @compute_statistics end |
#compute_time ⇒ ::Integer
Returns the value of attribute compute_time.
155 156 157 |
# File 'sig/types.rbs', line 155 def compute_time @compute_time end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
144 145 146 |
# File 'sig/types.rbs', line 144 def created_at @created_at end |
#created_by_iam_user ⇒ ::String
Returns the value of attribute created_by_iam_user.
143 144 145 |
# File 'sig/types.rbs', line 143 def created_by_iam_user @created_by_iam_user end |
#data_location_s3 ⇒ ::String
Returns the value of attribute data_location_s3.
141 142 143 |
# File 'sig/types.rbs', line 141 def data_location_s3 @data_location_s3 end |
#data_rearrangement ⇒ ::String
Returns the value of attribute data_rearrangement.
142 143 144 |
# File 'sig/types.rbs', line 142 def data_rearrangement @data_rearrangement end |
#data_size_in_bytes ⇒ ::Integer
Returns the value of attribute data_size_in_bytes.
146 147 148 |
# File 'sig/types.rbs', line 146 def data_size_in_bytes @data_size_in_bytes end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
140 141 142 |
# File 'sig/types.rbs', line 140 def data_source_id @data_source_id end |
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
156 157 158 |
# File 'sig/types.rbs', line 156 def finished_at @finished_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
145 146 147 |
# File 'sig/types.rbs', line 145 def last_updated_at @last_updated_at end |
#message ⇒ ::String
Returns the value of attribute message.
150 151 152 |
# File 'sig/types.rbs', line 150 def end |
#name ⇒ ::String
Returns the value of attribute name.
148 149 150 |
# File 'sig/types.rbs', line 148 def name @name end |
#number_of_files ⇒ ::Integer
Returns the value of attribute number_of_files.
147 148 149 |
# File 'sig/types.rbs', line 147 def number_of_files @number_of_files end |
#rds_metadata ⇒ Types::RDSMetadata
Returns the value of attribute rds_metadata.
152 153 154 |
# File 'sig/types.rbs', line 152 def end |
#redshift_metadata ⇒ Types::RedshiftMetadata
Returns the value of attribute redshift_metadata.
151 152 153 |
# File 'sig/types.rbs', line 151 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
153 154 155 |
# File 'sig/types.rbs', line 153 def role_arn @role_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
157 158 159 |
# File 'sig/types.rbs', line 157 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
149 150 151 |
# File 'sig/types.rbs', line 149 def status @status end |