Class: Aws::Types::UpdateCampaignFlowAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCampaignFlowAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_campaign_flow_arn ⇒ ::String
Returns the value of attribute connect_campaign_flow_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#connect_campaign_flow_arn ⇒ ::String
Returns the value of attribute connect_campaign_flow_arn.
860 861 862 |
# File 'sig/types.rbs', line 860 def connect_campaign_flow_arn @connect_campaign_flow_arn end |
#id ⇒ ::String
Returns the value of attribute id.
859 860 861 |
# File 'sig/types.rbs', line 859 def id @id end |