Class: Aws::Synthetics::Types::DeleteGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::DeleteGroupRequest
- Defined in:
- gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_identifier ⇒ String
Specifies which group to delete.
Instance Attribute Details
#group_identifier ⇒ String
Specifies which group to delete. You can specify the group name, the
ARN, or the group ID as the GroupIdentifier.
1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1229 class DeleteGroupRequest < Struct.new( :group_identifier) SENSITIVE = [] include Aws::Structure end |