Class: Aws::Types::DeletePipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeletePipeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_state ⇒ "RUNNING", ...
Returns the value of attribute current_state.
-
#desired_state ⇒ "RUNNING", ...
Returns the value of attribute desired_state.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
116 117 118 |
# File 'sig/types.rbs', line 116 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
120 121 122 |
# File 'sig/types.rbs', line 120 def creation_time @creation_time end |
#current_state ⇒ "RUNNING", ...
Returns the value of attribute current_state.
119 120 121 |
# File 'sig/types.rbs', line 119 def current_state @current_state end |
#desired_state ⇒ "RUNNING", ...
Returns the value of attribute desired_state.
118 119 120 |
# File 'sig/types.rbs', line 118 def desired_state @desired_state end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
121 122 123 |
# File 'sig/types.rbs', line 121 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
117 118 119 |
# File 'sig/types.rbs', line 117 def name @name end |