Method: Aws::Shield::Types::UpdateProtectionGroupRequest#resource_type
- Defined in:
- lib/aws-sdk-shield/types.rb
#resource_type ⇒ String
The resource type to include in the protection group. All protected resources of this type are included in the protection group. You must set this when you set Pattern to BY_RESOURCE_TYPE and you must not set it for any other Pattern setting.
2212 2213 2214 2215 2216 2217 2218 2219 2220 |
# File 'lib/aws-sdk-shield/types.rb', line 2212 class UpdateProtectionGroupRequest < Struct.new( :protection_group_id, :aggregation, :pattern, :resource_type, :members) SENSITIVE = [] include Aws::Structure end |