Class: Aws::Types::CreateRulesetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRulesetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
149 150 151 |
# File 'sig/types.rbs', line 149 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
148 149 150 |
# File 'sig/types.rbs', line 148 def name @name end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
151 152 153 |
# File 'sig/types.rbs', line 151 def rules @rules end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
152 153 154 |
# File 'sig/types.rbs', line 152 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
150 151 152 |
# File 'sig/types.rbs', line 150 def target_arn @target_arn end |