Class: Aws::Types::CreateRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#custom_response_bodies ⇒ ::Hash[::String, Types::CustomResponseBody]
Returns the value of attribute custom_response_bodies.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
Instance Attribute Details
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
256 257 258 |
# File 'sig/types.rbs', line 256 def capacity @capacity end |
#custom_response_bodies ⇒ ::Hash[::String, Types::CustomResponseBody]
Returns the value of attribute custom_response_bodies.
261 262 263 |
# File 'sig/types.rbs', line 261 def custom_response_bodies @custom_response_bodies end |
#description ⇒ ::String
Returns the value of attribute description.
257 258 259 |
# File 'sig/types.rbs', line 257 def description @description end |
#monetization_config ⇒ Types::MonetizationConfig
Returns the value of attribute monetization_config.
262 263 264 |
# File 'sig/types.rbs', line 262 def monetization_config @monetization_config end |
#name ⇒ ::String
Returns the value of attribute name.
254 255 256 |
# File 'sig/types.rbs', line 254 def name @name end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
258 259 260 |
# File 'sig/types.rbs', line 258 def rules @rules end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
255 256 257 |
# File 'sig/types.rbs', line 255 def scope @scope end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
260 261 262 |
# File 'sig/types.rbs', line 260 def @tags end |
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
259 260 261 |
# File 'sig/types.rbs', line 259 def visibility_config @visibility_config end |