Module: Aws::FinSpaceData::Client::_GetDataViewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataViewResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #as_of_timestamp ⇒ ::Integer
- #auto_update ⇒ Boolean
- #create_time ⇒ ::Integer
- #data_view_arn ⇒ ::String
- #data_view_id ⇒ ::String
- #dataset_id ⇒ ::String
- #destination_type_params ⇒ Types::DataViewDestinationTypeParams
- #error_info ⇒ Types::DataViewErrorInfo
- #last_modified_time ⇒ ::Integer
- #partition_columns ⇒ ::Array[::String]
- #sort_columns ⇒ ::Array[::String]
- #status ⇒ "RUNNING", ...
Instance Method Details
#as_of_timestamp ⇒ ::Integer
270 |
# File 'sig/client.rbs', line 270
def as_of_timestamp: () -> ::Integer
|
#auto_update ⇒ Boolean
267 |
# File 'sig/client.rbs', line 267
def auto_update: () -> bool
|
#create_time ⇒ ::Integer
273 |
# File 'sig/client.rbs', line 273
def create_time: () -> ::Integer
|
#data_view_arn ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def data_view_arn: () -> ::String
|
#data_view_id ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def data_view_id: () -> ::String
|
#dataset_id ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def dataset_id: () -> ::String
|
#destination_type_params ⇒ Types::DataViewDestinationTypeParams
277 |
# File 'sig/client.rbs', line 277
def destination_type_params: () -> Types::DataViewDestinationTypeParams
|
#error_info ⇒ Types::DataViewErrorInfo
271 |
# File 'sig/client.rbs', line 271
def error_info: () -> Types::DataViewErrorInfo
|
#last_modified_time ⇒ ::Integer
272 |
# File 'sig/client.rbs', line 272
def last_modified_time: () -> ::Integer
|
#partition_columns ⇒ ::Array[::String]
268 |
# File 'sig/client.rbs', line 268
def partition_columns: () -> ::Array[::String]
|
#sort_columns ⇒ ::Array[::String]
274 |
# File 'sig/client.rbs', line 274
def sort_columns: () -> ::Array[::String]
|
#status ⇒ "RUNNING", ...
278 |
# File 'sig/client.rbs', line 278
def status: () -> ("RUNNING" | "STARTING" | "FAILED" | "CANCELLED" | "TIMEOUT" | "SUCCESS" | "PENDING" | "FAILED_CLEANUP_FAILED")
|