Class: Aws::Types::FlowDetail
- Inherits:
-
Object
- Object
- Aws::Types::FlowDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flow_definition ⇒ Object
Returns the value of attribute flow_definition.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#publish_state ⇒ "PUBLISHED", ...
Returns the value of attribute publish_state.
-
#step_aliases ⇒ ::Array[Types::StepAliasMapping]
Returns the value of attribute step_aliases.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5705 5706 5707 |
# File 'sig/types.rbs', line 5705 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5711 5712 5713 |
# File 'sig/types.rbs', line 5711 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
5710 5711 5712 |
# File 'sig/types.rbs', line 5710 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
5708 5709 5710 |
# File 'sig/types.rbs', line 5708 def description @description end |
#flow_definition ⇒ Object
Returns the value of attribute flow_definition.
5714 5715 5716 |
# File 'sig/types.rbs', line 5714 def flow_definition @flow_definition end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
5706 5707 5708 |
# File 'sig/types.rbs', line 5706 def flow_id @flow_id end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
5713 5714 5715 |
# File 'sig/types.rbs', line 5713 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
5712 5713 5714 |
# File 'sig/types.rbs', line 5712 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
5707 5708 5709 |
# File 'sig/types.rbs', line 5707 def name @name end |
#publish_state ⇒ "PUBLISHED", ...
Returns the value of attribute publish_state.
5709 5710 5711 |
# File 'sig/types.rbs', line 5709 def publish_state @publish_state end |
#step_aliases ⇒ ::Array[Types::StepAliasMapping]
Returns the value of attribute step_aliases.
5715 5716 5717 |
# File 'sig/types.rbs', line 5715 def step_aliases @step_aliases end |