Class: Aws::Types::RestoreJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::RestoreJobSummary
- 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.
-
#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.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def account_id @account_id end |
#count ⇒ ::Integer
Returns the value of attribute count.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def count @count end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def end_time @end_time end |
#region ⇒ ::String
Returns the value of attribute region.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def region @region end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
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.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def start_time @start_time end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def state @state end |