Class: Aws::Types::CreatePipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePipeResponse
- 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.
96 97 98 |
# File 'sig/types.rbs', line 96 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
100 101 102 |
# File 'sig/types.rbs', line 100 def creation_time @creation_time end |
#current_state ⇒ "RUNNING", ...
Returns the value of attribute current_state.
99 100 101 |
# File 'sig/types.rbs', line 99 def current_state @current_state end |
#desired_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute desired_state.
98 99 100 |
# File 'sig/types.rbs', line 98 def desired_state @desired_state end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
101 102 103 |
# File 'sig/types.rbs', line 101 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
97 98 99 |
# File 'sig/types.rbs', line 97 def name @name end |