Class: Aws::Types::UpdatePipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipeResponse
- 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", "STOPPED"
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.
711 712 713 |
# File 'sig/types.rbs', line 711 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
715 716 717 |
# File 'sig/types.rbs', line 715 def creation_time @creation_time end |
#current_state ⇒ "RUNNING", ...
Returns the value of attribute current_state.
714 715 716 |
# File 'sig/types.rbs', line 714 def current_state @current_state end |
#desired_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute desired_state.
713 714 715 |
# File 'sig/types.rbs', line 713 def desired_state @desired_state end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
716 717 718 |
# File 'sig/types.rbs', line 716 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
712 713 714 |
# File 'sig/types.rbs', line 712 def name @name end |