Class: Aws::Types::UpdateCampaignSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCampaignSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#source ⇒ Types::Source
Returns the value of attribute source.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
877 878 879 |
# File 'sig/types.rbs', line 877 def id @id end |
#source ⇒ Types::Source
Returns the value of attribute source.
878 879 880 |
# File 'sig/types.rbs', line 878 def source @source end |