Class: Aws::Types::UpdateProtectionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProtectionGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ "SUM", ...
Returns the value of attribute aggregation.
-
#members ⇒ ::Array[::String]
Returns the value of attribute members.
-
#pattern ⇒ "ALL", ...
Returns the value of attribute pattern.
-
#protection_group_id ⇒ ::String
Returns the value of attribute protection_group_id.
-
#resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#aggregation ⇒ "SUM", ...
Returns the value of attribute aggregation.
599 600 601 |
# File 'sig/types.rbs', line 599 def aggregation @aggregation end |
#members ⇒ ::Array[::String]
Returns the value of attribute members.
602 603 604 |
# File 'sig/types.rbs', line 602 def members @members end |
#pattern ⇒ "ALL", ...
Returns the value of attribute pattern.
600 601 602 |
# File 'sig/types.rbs', line 600 def pattern @pattern end |
#protection_group_id ⇒ ::String
Returns the value of attribute protection_group_id.
598 599 600 |
# File 'sig/types.rbs', line 598 def protection_group_id @protection_group_id end |
#resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute resource_type.
601 602 603 |
# File 'sig/types.rbs', line 601 def resource_type @resource_type end |