Class: Aws::Types::PutManagedRuleSetVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutManagedRuleSetVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recommended_version ⇒ ::String
Returns the value of attribute recommended_version.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#versions_to_publish ⇒ ::Hash[::String, Types::VersionToPublish]
Returns the value of attribute versions_to_publish.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def name @name end |
#recommended_version ⇒ ::String
Returns the value of attribute recommended_version.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def recommended_version @recommended_version end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def scope @scope end |
#versions_to_publish ⇒ ::Hash[::String, Types::VersionToPublish]
Returns the value of attribute versions_to_publish.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def versions_to_publish @versions_to_publish end |