Class: Aws::Types::BackupJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::BackupJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#message_category ⇒ ::String
Returns the value of attribute message_category.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
77 78 79 |
# File 'sig/types.rbs', line 77 def account_id @account_id end |
#count ⇒ ::Integer
Returns the value of attribute count.
81 82 83 |
# File 'sig/types.rbs', line 81 def count @count end |
#end_time ⇒ ::Time
Returns the value of attribute end_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.
80 81 82 |
# File 'sig/types.rbs', line 80 def @message_category end |
#region ⇒ ::String
Returns the value of attribute region.
76 77 78 |
# File 'sig/types.rbs', line 76 def region @region end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
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.
82 83 84 |
# File 'sig/types.rbs', line 82 def start_time @start_time end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
78 79 80 |
# File 'sig/types.rbs', line 78 def state @state end |