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.
6388 6389 6390 |
# File 'sig/types.rbs', line 6388 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
6395 6396 6397 |
# File 'sig/types.rbs', line 6395 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
6391 6392 6393 |
# File 'sig/types.rbs', line 6391 def description @description end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
6389 6390 6391 |
# File 'sig/types.rbs', line 6389 def flow_id @flow_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
6396 6397 6398 |
# File 'sig/types.rbs', line 6396 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
6390 6391 6392 |
# File 'sig/types.rbs', line 6390 def name @name end |
#publish_state ⇒ "PUBLISHED", ...
Returns the value of attribute publish_state.
6392 6393 6394 |
# File 'sig/types.rbs', line 6392 def publish_state @publish_state end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
6397 6398 6399 |
# File 'sig/types.rbs', line 6397 def request_id @request_id end |
#run_count ⇒ ::Integer
Returns the value of attribute run_count.
6394 6395 6396 |
# File 'sig/types.rbs', line 6394 def run_count @run_count end |
#status ⇒ ::Integer
Returns the value of attribute status.
6398 6399 6400 |
# File 'sig/types.rbs', line 6398 def status @status end |
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
6393 6394 6395 |
# File 'sig/types.rbs', line 6393 def user_count @user_count end |