Class: Aws::Types::Operation
- Inherits:
-
Object
- Object
- Aws::Types::Operation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "INPROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
415 416 417 |
# File 'sig/types.rbs', line 415 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
406 407 408 |
# File 'sig/types.rbs', line 406 def id @id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
416 417 418 |
# File 'sig/types.rbs', line 416 def last_updated_time @last_updated_time end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
410 411 412 |
# File 'sig/types.rbs', line 410 def properties @properties end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
413 414 415 |
# File 'sig/types.rbs', line 413 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
412 413 414 |
# File 'sig/types.rbs', line 412 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
411 412 413 |
# File 'sig/types.rbs', line 411 def resource_type @resource_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
414 415 416 |
# File 'sig/types.rbs', line 414 def start_time @start_time end |
#status ⇒ "INPROGRESS", ...
Returns the value of attribute status.
408 409 410 |
# File 'sig/types.rbs', line 408 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
409 410 411 |
# File 'sig/types.rbs', line 409 def end |
#type ⇒ ::String
Returns the value of attribute type.
407 408 409 |
# File 'sig/types.rbs', line 407 def type @type end |