Class: Aws::Greengrass::Types::UpdateGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

Returns:

  • (String)


4614
4615
4616
4617
4618
4619
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4614

class UpdateGroupRequest < Struct.new(
  :group_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


4614
4615
4616
4617
4618
4619
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4614

class UpdateGroupRequest < Struct.new(
  :group_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end