Class: Aws::Greengrass::Types::DeleteGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

Returns:

  • (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