Class: Aws::Types::FlowSummary
- Inherits:
-
Object
- Object
- Aws::Types::FlowSummary
- 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_id ⇒ ::String
Returns the value of attribute flow_id.
-
#last_published_at ⇒ ::Time
Returns the value of attribute last_published_at.
-
#last_published_by ⇒ ::String
Returns the value of attribute last_published_by.
-
#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.
-
#run_count ⇒ ::Integer
Returns the value of attribute run_count.
-
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5720 5721 5722 |
# File 'sig/types.rbs', line 5720 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5725 5726 5727 |
# File 'sig/types.rbs', line 5725 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
5724 5725 5726 |
# File 'sig/types.rbs', line 5724 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
5723 5724 5725 |
# File 'sig/types.rbs', line 5723 def description @description end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
5721 5722 5723 |
# File 'sig/types.rbs', line 5721 def flow_id @flow_id end |
#last_published_at ⇒ ::Time
Returns the value of attribute last_published_at.
5732 5733 5734 |
# File 'sig/types.rbs', line 5732 def last_published_at @last_published_at end |
#last_published_by ⇒ ::String
Returns the value of attribute last_published_by.
5731 5732 5733 |
# File 'sig/types.rbs', line 5731 def last_published_by @last_published_by end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
5727 5728 5729 |
# File 'sig/types.rbs', line 5727 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
5726 5727 5728 |
# File 'sig/types.rbs', line 5726 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
5722 5723 5724 |
# File 'sig/types.rbs', line 5722 def name @name end |
#publish_state ⇒ "PUBLISHED", ...
Returns the value of attribute publish_state.
5728 5729 5730 |
# File 'sig/types.rbs', line 5728 def publish_state @publish_state end |
#run_count ⇒ ::Integer
Returns the value of attribute run_count.
5729 5730 5731 |
# File 'sig/types.rbs', line 5729 def run_count @run_count end |
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
5730 5731 5732 |
# File 'sig/types.rbs', line 5730 def user_count @user_count end |