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.
-
#https_policy ⇒ "REQUIRE", ...
Returns the value of attribute https_policy.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def configuration_set_name @configuration_set_name end |
#custom_redirect_domain ⇒ ::String
Returns the value of attribute custom_redirect_domain.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def custom_redirect_domain @custom_redirect_domain end |
#https_policy ⇒ "REQUIRE", ...
Returns the value of attribute https_policy.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def https_policy @https_policy end |