Class: Aws::EC2::Types::DeleteSecurityGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteSecurityGroupResult
- Includes:
- Structure
- Defined in:
- 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
trueif the request succeeds; otherwise, returns an error.
Instance Attribute Details
#group_id ⇒ String
The ID of the deleted security group.
20035 20036 20037 20038 20039 20040 |
# File 'lib/aws-sdk-ec2/types.rb', line 20035 class DeleteSecurityGroupResult < Struct.new( :return, :group_id) SENSITIVE = [] include Aws::Structure end |
#return ⇒ Boolean
Returns true if the request succeeds; otherwise, returns an error.
20035 20036 20037 20038 20039 20040 |
# File 'lib/aws-sdk-ec2/types.rb', line 20035 class DeleteSecurityGroupResult < Struct.new( :return, :group_id) SENSITIVE = [] include Aws::Structure end |