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.
5986 5987 5988 |
# File 'sig/types.rbs', line 5986 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5991 5992 5993 |
# File 'sig/types.rbs', line 5991 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
5990 5991 5992 |
# File 'sig/types.rbs', line 5990 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
5989 5990 5991 |
# File 'sig/types.rbs', line 5989 def description @description end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
5987 5988 5989 |
# File 'sig/types.rbs', line 5987 def flow_id @flow_id end |
#last_published_at ⇒ ::Time
Returns the value of attribute last_published_at.
5998 5999 6000 |
# File 'sig/types.rbs', line 5998 def last_published_at @last_published_at end |
#last_published_by ⇒ ::String
Returns the value of attribute last_published_by.
5997 5998 5999 |
# File 'sig/types.rbs', line 5997 def last_published_by @last_published_by end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
5993 5994 5995 |
# File 'sig/types.rbs', line 5993 def last_updated_by @last_updated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
5992 5993 5994 |
# File 'sig/types.rbs', line 5992 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
5988 5989 5990 |
# File 'sig/types.rbs', line 5988 def name @name end |
#publish_state ⇒ "PUBLISHED", ...
Returns the value of attribute publish_state.
5994 5995 5996 |
# File 'sig/types.rbs', line 5994 def publish_state @publish_state end |
#run_count ⇒ ::Integer
Returns the value of attribute run_count.
5995 5996 5997 |
# File 'sig/types.rbs', line 5995 def run_count @run_count end |
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
5996 5997 5998 |
# File 'sig/types.rbs', line 5996 def user_count @user_count end |