Class: Aws::Types::UpdateRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_response_bodies ⇒ ::Hash[::String, Types::CustomResponseBody]
Returns the value of attribute custom_response_bodies.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#monetization_config ⇒ Types::MonetizationConfig
Returns the value of attribute monetization_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
Instance Attribute Details
#custom_response_bodies ⇒ ::Hash[::String, Types::CustomResponseBody]
Returns the value of attribute custom_response_bodies.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def custom_response_bodies @custom_response_bodies end |
#description ⇒ ::String
Returns the value of attribute description.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def lock_token @lock_token end |
#monetization_config ⇒ Types::MonetizationConfig
Returns the value of attribute monetization_config.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def monetization_config @monetization_config end |
#name ⇒ ::String
Returns the value of attribute name.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def name @name end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def rules @rules end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def scope @scope end |
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def visibility_config @visibility_config end |