Class: Aws::Types::Customizations
- Inherits:
-
Object
- Object
- Aws::Types::Customizations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ Types::Certificate
Returns the value of attribute certificate.
-
#geo_restrictions ⇒ Types::GeoRestrictionCustomization
Returns the value of attribute geo_restrictions.
-
#web_acl ⇒ Types::WebAclCustomization
Returns the value of attribute web_acl.
Instance Attribute Details
#certificate ⇒ Types::Certificate
Returns the value of attribute certificate.
852 853 854 |
# File 'sig/types.rbs', line 852 def certificate @certificate end |
#geo_restrictions ⇒ Types::GeoRestrictionCustomization
Returns the value of attribute geo_restrictions.
853 854 855 |
# File 'sig/types.rbs', line 853 def geo_restrictions @geo_restrictions end |
#web_acl ⇒ Types::WebAclCustomization
Returns the value of attribute web_acl.
851 852 853 |
# File 'sig/types.rbs', line 851 def web_acl @web_acl end |