Class: Aws::Wickr::Types::DeleteSecurityGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The unique identifier of the security group to delete.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1022

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

#network_idString

The ID of the Wickr network from which the security group will be deleted.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1022

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