Class: Aws::Types::MaterializedViewRefreshTaskRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


5632
5633
5634
# File 'sig/types.rbs', line 5632

def catalog_id
  @catalog_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5635
5636
5637
# File 'sig/types.rbs', line 5635

def creation_time
  @creation_time
end

#customer_id::String

Returns the value of attribute customer_id.

Returns:

  • (::String)


5628
5629
5630
# File 'sig/types.rbs', line 5628

def customer_id
  @customer_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


5630
5631
5632
# File 'sig/types.rbs', line 5630

def database_name
  @database_name
end

#dpu_seconds::Float

Returns the value of attribute dpu_seconds.

Returns:

  • (::Float)


5640
5641
5642
# File 'sig/types.rbs', line 5640

def dpu_seconds
  @dpu_seconds
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


5638
5639
5640
# File 'sig/types.rbs', line 5638

def end_time
  @end_time
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


5639
5640
5641
# File 'sig/types.rbs', line 5639

def error_message
  @error_message
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


5636
5637
5638
# File 'sig/types.rbs', line 5636

def last_updated
  @last_updated
end

#materialized_view_refresh_task_run_id::String

Returns the value of attribute materialized_view_refresh_task_run_id.

Returns:

  • (::String)


5629
5630
5631
# File 'sig/types.rbs', line 5629

def materialized_view_refresh_task_run_id
  @materialized_view_refresh_task_run_id
end

#processed_bytes::Integer

Returns the value of attribute processed_bytes.

Returns:

  • (::Integer)


5642
5643
5644
# File 'sig/types.rbs', line 5642

def processed_bytes
  @processed_bytes
end

#refresh_type"FULL", "INCREMENTAL"

Returns the value of attribute refresh_type.

Returns:

  • ("FULL", "INCREMENTAL")


5641
5642
5643
# File 'sig/types.rbs', line 5641

def refresh_type
  @refresh_type
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


5633
5634
5635
# File 'sig/types.rbs', line 5633

def role
  @role
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


5637
5638
5639
# File 'sig/types.rbs', line 5637

def start_time
  @start_time
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "RUNNING", "SUCCEEDED", "FAILED", "STOPPED")


5634
5635
5636
# File 'sig/types.rbs', line 5634

def status
  @status
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


5631
5632
5633
# File 'sig/types.rbs', line 5631

def table_name
  @table_name
end