Class: Aws::Types::Pipe
- Inherits:
-
Object
- Object
- Aws::Types::Pipe
- 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.
-
#enrichment ⇒ ::String
Returns the value of attribute enrichment.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
314 315 316 |
# File 'sig/types.rbs', line 314 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
318 319 320 |
# File 'sig/types.rbs', line 318 def creation_time @creation_time end |
#current_state ⇒ "RUNNING", ...
Returns the value of attribute current_state.
316 317 318 |
# File 'sig/types.rbs', line 316 def current_state @current_state end |
#desired_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute desired_state.
315 316 317 |
# File 'sig/types.rbs', line 315 def desired_state @desired_state end |
#enrichment ⇒ ::String
Returns the value of attribute enrichment.
322 323 324 |
# File 'sig/types.rbs', line 322 def enrichment @enrichment end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
319 320 321 |
# File 'sig/types.rbs', line 319 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
313 314 315 |
# File 'sig/types.rbs', line 313 def name @name end |
#source ⇒ ::String
Returns the value of attribute source.
320 321 322 |
# File 'sig/types.rbs', line 320 def source @source end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
317 318 319 |
# File 'sig/types.rbs', line 317 def state_reason @state_reason end |
#target ⇒ ::String
Returns the value of attribute target.
321 322 323 |
# File 'sig/types.rbs', line 321 def target @target end |