Class: Aws::Types::ProtectionGroup
- Inherits:
-
Object
- Object
- Aws::Types::ProtectionGroup
- 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_arn ⇒ ::String
Returns the value of attribute protection_group_arn.
-
#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.
461 462 463 |
# File 'sig/types.rbs', line 461 def aggregation @aggregation end |
#members ⇒ ::Array[::String]
Returns the value of attribute members.
464 465 466 |
# File 'sig/types.rbs', line 464 def members @members end |
#pattern ⇒ "ALL", ...
Returns the value of attribute pattern.
462 463 464 |
# File 'sig/types.rbs', line 462 def pattern @pattern end |
#protection_group_arn ⇒ ::String
Returns the value of attribute protection_group_arn.
465 466 467 |
# File 'sig/types.rbs', line 465 def protection_group_arn @protection_group_arn end |
#protection_group_id ⇒ ::String
Returns the value of attribute protection_group_id.
460 461 462 |
# File 'sig/types.rbs', line 460 def protection_group_id @protection_group_id end |
#resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
Returns the value of attribute resource_type.
463 464 465 |
# File 'sig/types.rbs', line 463 def resource_type @resource_type end |