Class: Aws::Wickr::Types::DeleteSecurityGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::DeleteSecurityGroupResponse
- 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 ID of the security group that was deleted.
-
#message ⇒ String
A message indicating the result of the security group deletion operation.
-
#network_id ⇒ String
The ID of the network from which the security group was deleted.
Instance Attribute Details
#group_id ⇒ String
The ID of the security group that was deleted.
1044 1045 1046 1047 1048 1049 1050 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1044 class DeleteSecurityGroupResponse < Struct.new( :message, :network_id, :group_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message indicating the result of the security group deletion operation.
1044 1045 1046 1047 1048 1049 1050 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1044 class DeleteSecurityGroupResponse < Struct.new( :message, :network_id, :group_id) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The ID of the network from which the security group was deleted.
1044 1045 1046 1047 1048 1049 1050 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1044 class DeleteSecurityGroupResponse < Struct.new( :message, :network_id, :group_id) SENSITIVE = [] include Aws::Structure end |