Class: Aws::Types::PutConfigurationSetTrackingOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConfigurationSetTrackingOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#custom_redirect_domain ⇒ ::String
Returns the value of attribute custom_redirect_domain.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
582 583 584 |
# File 'sig/types.rbs', line 582 def configuration_set_name @configuration_set_name end |
#custom_redirect_domain ⇒ ::String
Returns the value of attribute custom_redirect_domain.
583 584 585 |
# File 'sig/types.rbs', line 583 def custom_redirect_domain @custom_redirect_domain end |