Class: Aws::Types::DataViewSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataViewSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_of_timestamp ⇒ ::Integer
Returns the value of attribute as_of_timestamp.
-
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
-
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
-
#data_view_arn ⇒ ::String
Returns the value of attribute data_view_arn.
-
#data_view_id ⇒ ::String
Returns the value of attribute data_view_id.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#destination_type_properties ⇒ Types::DataViewDestinationTypeParams
Returns the value of attribute destination_type_properties.
-
#error_info ⇒ Types::DataViewErrorInfo
Returns the value of attribute error_info.
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#partition_columns ⇒ ::Array[::String]
Returns the value of attribute partition_columns.
-
#sort_columns ⇒ ::Array[::String]
Returns the value of attribute sort_columns.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#as_of_timestamp ⇒ ::Integer
Returns the value of attribute as_of_timestamp.
174 175 176 |
# File 'sig/types.rbs', line 174 def @as_of_timestamp end |
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
180 181 182 |
# File 'sig/types.rbs', line 180 def auto_update @auto_update end |
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
181 182 183 |
# File 'sig/types.rbs', line 181 def create_time @create_time end |
#data_view_arn ⇒ ::String
Returns the value of attribute data_view_arn.
172 173 174 |
# File 'sig/types.rbs', line 172 def data_view_arn @data_view_arn end |
#data_view_id ⇒ ::String
Returns the value of attribute data_view_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def data_view_id @data_view_id end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def dataset_id @dataset_id end |
#destination_type_properties ⇒ Types::DataViewDestinationTypeParams
Returns the value of attribute destination_type_properties.
179 180 181 |
# File 'sig/types.rbs', line 179 def destination_type_properties @destination_type_properties end |
#error_info ⇒ Types::DataViewErrorInfo
Returns the value of attribute error_info.
178 179 180 |
# File 'sig/types.rbs', line 178 def error_info @error_info end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
182 183 184 |
# File 'sig/types.rbs', line 182 def last_modified_time @last_modified_time end |
#partition_columns ⇒ ::Array[::String]
Returns the value of attribute partition_columns.
175 176 177 |
# File 'sig/types.rbs', line 175 def partition_columns @partition_columns end |
#sort_columns ⇒ ::Array[::String]
Returns the value of attribute sort_columns.
176 177 178 |
# File 'sig/types.rbs', line 176 def sort_columns @sort_columns end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
177 178 179 |
# File 'sig/types.rbs', line 177 def status @status end |