Class: Aws::Types::GetFlowMetadataOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowMetadataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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_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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#run_count ⇒ ::Integer
Returns the value of attribute run_count.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
6654 6655 6656 |
# File 'sig/types.rbs', line 6654 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
6661 6662 6663 |
# File 'sig/types.rbs', line 6661 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
6657 6658 6659 |
# File 'sig/types.rbs', line 6657 def description @description end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
6655 6656 6657 |
# File 'sig/types.rbs', line 6655 def flow_id @flow_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
6662 6663 6664 |
# File 'sig/types.rbs', line 6662 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
6656 6657 6658 |
# File 'sig/types.rbs', line 6656 def name @name end |
#publish_state ⇒ "PUBLISHED", ...
Returns the value of attribute publish_state.
6658 6659 6660 |
# File 'sig/types.rbs', line 6658 def publish_state @publish_state end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
6663 6664 6665 |
# File 'sig/types.rbs', line 6663 def request_id @request_id end |
#run_count ⇒ ::Integer
Returns the value of attribute run_count.
6660 6661 6662 |
# File 'sig/types.rbs', line 6660 def run_count @run_count end |
#status ⇒ ::Integer
Returns the value of attribute status.
6664 6665 6666 |
# File 'sig/types.rbs', line 6664 def status @status end |
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
6659 6660 6661 |
# File 'sig/types.rbs', line 6659 def user_count @user_count end |