Class: Aws::Types::FlowDefinition
- Inherits:
-
Object
- Object
- Aws::Types::FlowDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_connector_label ⇒ ::String
Returns the value of attribute destination_connector_label.
-
#destination_connector_type ⇒ "Salesforce", ...
Returns the value of attribute destination_connector_type.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#flow_status ⇒ "Active", ...
Returns the value of attribute flow_status.
-
#last_run_execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute last_run_execution_details.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#source_connector_label ⇒ ::String
Returns the value of attribute source_connector_label.
-
#source_connector_type ⇒ "Salesforce", ...
Returns the value of attribute source_connector_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#trigger_type ⇒ "Scheduled", ...
Returns the value of attribute trigger_type.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
653 654 655 |
# File 'sig/types.rbs', line 653 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
655 656 657 |
# File 'sig/types.rbs', line 655 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
645 646 647 |
# File 'sig/types.rbs', line 645 def description @description end |
#destination_connector_label ⇒ ::String
Returns the value of attribute destination_connector_label.
651 652 653 |
# File 'sig/types.rbs', line 651 def destination_connector_label @destination_connector_label end |
#destination_connector_type ⇒ "Salesforce", ...
Returns the value of attribute destination_connector_type.
650 651 652 |
# File 'sig/types.rbs', line 650 def destination_connector_type @destination_connector_type end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
644 645 646 |
# File 'sig/types.rbs', line 644 def flow_arn @flow_arn end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
646 647 648 |
# File 'sig/types.rbs', line 646 def flow_name @flow_name end |
#flow_status ⇒ "Active", ...
Returns the value of attribute flow_status.
647 648 649 |
# File 'sig/types.rbs', line 647 def flow_status @flow_status end |
#last_run_execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute last_run_execution_details.
658 659 660 |
# File 'sig/types.rbs', line 658 def last_run_execution_details @last_run_execution_details end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
654 655 656 |
# File 'sig/types.rbs', line 654 def last_updated_at @last_updated_at end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
656 657 658 |
# File 'sig/types.rbs', line 656 def last_updated_by @last_updated_by end |
#source_connector_label ⇒ ::String
Returns the value of attribute source_connector_label.
649 650 651 |
# File 'sig/types.rbs', line 649 def source_connector_label @source_connector_label end |
#source_connector_type ⇒ "Salesforce", ...
Returns the value of attribute source_connector_type.
648 649 650 |
# File 'sig/types.rbs', line 648 def source_connector_type @source_connector_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
657 658 659 |
# File 'sig/types.rbs', line 657 def @tags end |
#trigger_type ⇒ "Scheduled", ...
Returns the value of attribute trigger_type.
652 653 654 |
# File 'sig/types.rbs', line 652 def trigger_type @trigger_type end |