Class: Aws::Types::RuleTransform

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#host_header_rewrite_configTypes::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_configTypes::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