Class: Aws::Types::GetDataViewResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_of_timestamp::Integer

Returns the value of attribute as_of_timestamp.

Returns:

  • (::Integer)


296
297
298
# File 'sig/types.rbs', line 296

def as_of_timestamp
  @as_of_timestamp
end

#auto_updateBoolean

Returns the value of attribute auto_update.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def dataset_id
  @dataset_id
end

#destination_type_paramsTypes::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_infoTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


300
301
302
# File 'sig/types.rbs', line 300

def sort_columns
  @sort_columns
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "STARTING", "FAILED", "CANCELLED", "TIMEOUT", "SUCCESS", "PENDING", "FAILED_CLEANUP_FAILED")


304
305
306
# File 'sig/types.rbs', line 304

def status
  @status
end