Class: Aws::Types::GetDataViewResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataViewResponse
- 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_params ⇒ Types::DataViewDestinationTypeParams
Returns the value of attribute destination_type_params.
-
#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.
296 297 298 |
# File 'sig/types.rbs', line 296 def @as_of_timestamp end |
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
293 294 295 |
# File 'sig/types.rbs', line 293 def auto_update @auto_update end |
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
299 300 301 |
# File 'sig/types.rbs', line 299 def create_time @create_time end |
#data_view_arn ⇒ ::String
Returns the value of attribute data_view_arn.
302 303 304 |
# File 'sig/types.rbs', line 302 def data_view_arn @data_view_arn end |
#data_view_id ⇒ ::String
Returns the value of attribute data_view_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def data_view_id @data_view_id end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def dataset_id @dataset_id end |
#destination_type_params ⇒ Types::DataViewDestinationTypeParams
Returns the value of attribute destination_type_params.
303 304 305 |
# File 'sig/types.rbs', line 303 def destination_type_params @destination_type_params end |
#error_info ⇒ Types::DataViewErrorInfo
Returns the value of attribute error_info.
297 298 299 |
# File 'sig/types.rbs', line 297 def error_info @error_info end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
298 299 300 |
# File 'sig/types.rbs', line 298 def last_modified_time @last_modified_time end |
#partition_columns ⇒ ::Array[::String]
Returns the value of attribute partition_columns.
294 295 296 |
# File 'sig/types.rbs', line 294 def partition_columns @partition_columns end |
#sort_columns ⇒ ::Array[::String]
Returns the value of attribute sort_columns.
300 301 302 |
# File 'sig/types.rbs', line 300 def sort_columns @sort_columns end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
304 305 306 |
# File 'sig/types.rbs', line 304 def status @status end |