Class: Aws::Types::Operation
- Inherits:
-
Object
- Object
- Aws::Types::Operation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_details ⇒ ::String
Returns the value of attribute error_details.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_terminal ⇒ Boolean
Returns the value of attribute is_terminal.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#operation_details ⇒ ::String
Returns the value of attribute operation_details.
-
#operation_type ⇒ "DeleteKnownHostKeys", ...
Returns the value of attribute operation_type.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#status ⇒ "NotStarted", ...
Returns the value of attribute status.
-
#status_changed_at ⇒ ::Time
Returns the value of attribute status_changed_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def created_at @created_at end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def error_code @error_code end |
#error_details ⇒ ::String
Returns the value of attribute error_details.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def error_details @error_details end |
#id ⇒ ::String
Returns the value of attribute id.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def id @id end |
#is_terminal ⇒ Boolean
Returns the value of attribute is_terminal.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def is_terminal @is_terminal end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def location @location end |
#operation_details ⇒ ::String
Returns the value of attribute operation_details.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def operation_details @operation_details end |
#operation_type ⇒ "DeleteKnownHostKeys", ...
Returns the value of attribute operation_type.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def operation_type @operation_type end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def resource_name @resource_name end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def resource_type @resource_type end |
#status ⇒ "NotStarted", ...
Returns the value of attribute status.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def status @status end |
#status_changed_at ⇒ ::Time
Returns the value of attribute status_changed_at.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def status_changed_at @status_changed_at end |