Class: Aws::Types::TrackingOptions
- Inherits:
-
Object
- Object
- Aws::Types::TrackingOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#custom_redirect_domain ⇒ ::String
Returns the value of attribute custom_redirect_domain.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def custom_redirect_domain @custom_redirect_domain end |
#https_policy ⇒ "REQUIRE", ...
Returns the value of attribute https_policy.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def https_policy @https_policy end |