Class: Aws::Types::BackupJobSummary

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)


77
78
79
# File 'sig/types.rbs', line 77

def 
  @account_id
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


81
82
83
# File 'sig/types.rbs', line 81

def count
  @count
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


83
84
85
# File 'sig/types.rbs', line 83

def end_time
  @end_time
end

#message_category::String

Returns the value of attribute message_category.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def message_category
  @message_category
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def region
  @region
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def resource_type
  @resource_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


82
83
84
# File 'sig/types.rbs', line 82

def start_time
  @start_time
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

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


78
79
80
# File 'sig/types.rbs', line 78

def state
  @state
end