Class: Aws::Types::CopyJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::CopyJobSummary
- 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.
291 292 293 |
# File 'sig/types.rbs', line 291 def account_id @account_id end |
#count ⇒ ::Integer
Returns the value of attribute count.
295 296 297 |
# File 'sig/types.rbs', line 295 def count @count end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
297 298 299 |
# File 'sig/types.rbs', line 297 def end_time @end_time end |
#message_category ⇒ ::String
Returns the value of attribute message_category.
294 295 296 |
# File 'sig/types.rbs', line 294 def @message_category end |
#region ⇒ ::String
Returns the value of attribute region.
290 291 292 |
# File 'sig/types.rbs', line 290 def region @region end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
293 294 295 |
# File 'sig/types.rbs', line 293 def resource_type @resource_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
296 297 298 |
# File 'sig/types.rbs', line 296 def start_time @start_time end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
292 293 294 |
# File 'sig/types.rbs', line 292 def state @state end |