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
.
955 956 957 958 959 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 955 class DeleteGroupRequest < Struct.new( :group_identifier) SENSITIVE = [] include Aws::Structure end |