Class: Aws::Types::ColumnStatisticsTaskRun
- Inherits:
-
Object
- Object
- Aws::Types::ColumnStatisticsTaskRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
-
#column_statistics_task_run_id ⇒ ::String
Returns the value of attribute column_statistics_task_run_id.
-
#computation_type ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute computation_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#dpu_seconds ⇒ ::Float
Returns the value of attribute dpu_seconds.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#worker_type ⇒ ::String
Returns the value of attribute worker_type.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
964 965 966 |
# File 'sig/types.rbs', line 964 def catalog_id @catalog_id end |
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
963 964 965 |
# File 'sig/types.rbs', line 963 def column_name_list @column_name_list end |
#column_statistics_task_run_id ⇒ ::String
Returns the value of attribute column_statistics_task_run_id.
960 961 962 |
# File 'sig/types.rbs', line 960 def column_statistics_task_run_id @column_statistics_task_run_id end |
#computation_type ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute computation_type.
970 971 972 |
# File 'sig/types.rbs', line 970 def computation_type @computation_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
972 973 974 |
# File 'sig/types.rbs', line 972 def creation_time @creation_time end |
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
959 960 961 |
# File 'sig/types.rbs', line 959 def customer_id @customer_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
961 962 963 |
# File 'sig/types.rbs', line 961 def database_name @database_name end |
#dpu_seconds ⇒ ::Float
Returns the value of attribute dpu_seconds.
977 978 979 |
# File 'sig/types.rbs', line 977 def dpu_seconds @dpu_seconds end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
975 976 977 |
# File 'sig/types.rbs', line 975 def end_time @end_time end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
976 977 978 |
# File 'sig/types.rbs', line 976 def @error_message end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
973 974 975 |
# File 'sig/types.rbs', line 973 def last_updated @last_updated end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
968 969 970 |
# File 'sig/types.rbs', line 968 def number_of_workers @number_of_workers end |
#role ⇒ ::String
Returns the value of attribute role.
965 966 967 |
# File 'sig/types.rbs', line 965 def role @role end |
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
966 967 968 |
# File 'sig/types.rbs', line 966 def sample_size @sample_size end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
967 968 969 |
# File 'sig/types.rbs', line 967 def security_configuration @security_configuration end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
974 975 976 |
# File 'sig/types.rbs', line 974 def start_time @start_time end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
971 972 973 |
# File 'sig/types.rbs', line 971 def status @status end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
962 963 964 |
# File 'sig/types.rbs', line 962 def table_name @table_name end |
#worker_type ⇒ ::String
Returns the value of attribute worker_type.
969 970 971 |
# File 'sig/types.rbs', line 969 def worker_type @worker_type end |