Class: Aws::Types::RuleTransform
- Inherits:
-
Object
- Object
- Aws::Types::RuleTransform
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_header_rewrite_config ⇒ Types::HostHeaderRewriteConfig
Returns the value of attribute host_header_rewrite_config.
-
#type ⇒ "host-header-rewrite", "url-rewrite"
Returns the value of attribute type.
-
#url_rewrite_config ⇒ Types::UrlRewriteConfig
Returns the value of attribute url_rewrite_config.
Instance Attribute Details
#host_header_rewrite_config ⇒ Types::HostHeaderRewriteConfig
Returns the value of attribute host_header_rewrite_config.
992 993 994 |
# File 'sig/types.rbs', line 992 def host_header_rewrite_config @host_header_rewrite_config end |
#type ⇒ "host-header-rewrite", "url-rewrite"
Returns the value of attribute type.
991 992 993 |
# File 'sig/types.rbs', line 991 def type @type end |
#url_rewrite_config ⇒ Types::UrlRewriteConfig
Returns the value of attribute url_rewrite_config.
993 994 995 |
# File 'sig/types.rbs', line 993 def url_rewrite_config @url_rewrite_config end |