Class: Aws::Types::RestoreJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def 
  @account_id
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


1919
1920
1921
# File 'sig/types.rbs', line 1919

def count
  @count
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def end_time
  @end_time
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def region
  @region
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def resource_type
  @resource_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def start_time
  @start_time
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

  • ("CREATED", "PENDING", "RUNNING", "ABORTED", "COMPLETED", "FAILED", "AGGREGATE_ALL", "ANY")


1917
1918
1919
# File 'sig/types.rbs', line 1917

def state
  @state
end