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.
5971 5972 5973 |
# File 'sig/types.rbs', line 5971 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5977 5978 5979 |
# File 'sig/types.rbs', line 5977 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
5976 5977 5978 |
# File 'sig/types.rbs', line 5976 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
5974 5975 5976 |
# File 'sig/types.rbs', line 5974 def description @description end |
#flow_definition ⇒ Object
Returns the value of attribute flow_definition.
5980 5981 5982 |
# File 'sig/types.rbs', line 5980 def flow_definition @flow_definition end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
5972 5973 5974 |
# File 'sig/types.rbs', line 5972 def flow_id @flow_id end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
5979 5980 5981 |
# File 'sig/types.rbs', line 5979 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
5978 5979 5980 |
# File 'sig/types.rbs', line 5978 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
5973 5974 5975 |
# File 'sig/types.rbs', line 5973 def name @name end |
#publish_state ⇒ "PUBLISHED", ...
Returns the value of attribute publish_state.
5975 5976 5977 |
# File 'sig/types.rbs', line 5975 def publish_state @publish_state end |
#step_aliases ⇒ ::Array[Types::StepAliasMapping]
Returns the value of attribute step_aliases.
5981 5982 5983 |
# File 'sig/types.rbs', line 5981 def step_aliases @step_aliases end |