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.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def configuration_set_name @configuration_set_name end |
#custom_redirect_domain ⇒ ::String
Returns the value of attribute custom_redirect_domain.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def custom_redirect_domain @custom_redirect_domain end |
#https_policy ⇒ "REQUIRE", ...
Returns the value of attribute https_policy.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def https_policy @https_policy end |