Class: Aws::EC2::Types::DeleteSecurityGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteSecurityGroupResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The ID of the deleted security group.
-
#return ⇒ Boolean
Returns
true
if the request succeeds; otherwise, returns an error.
Instance Attribute Details
#group_id ⇒ String
The ID of the deleted security group.
16326 16327 16328 16329 16330 16331 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16326 class DeleteSecurityGroupResult < Struct.new( :return, :group_id) SENSITIVE = [] include Aws::Structure end |
#return ⇒ Boolean
Returns true
if the request succeeds; otherwise, returns an error.
16326 16327 16328 16329 16330 16331 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16326 class DeleteSecurityGroupResult < Struct.new( :return, :group_id) SENSITIVE = [] include Aws::Structure end |