Class: Aws::Wickr::Types::DeleteSecurityGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::DeleteSecurityGroupRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The unique identifier of the security group to delete.
-
#network_id ⇒ String
The ID of the Wickr network from which the security group will be deleted.
Instance Attribute Details
#group_id ⇒ String
The unique identifier of the security group to delete.
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_id ⇒ String
The ID of the Wickr network from which the security group will be deleted.
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 |