Class: Aws::Greengrass::Types::DeleteGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::DeleteGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#group_id ⇒ String
1424 1425 1426 1427 1428 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1424 class DeleteGroupRequest < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end |