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 ‘true` if the request succeeds; otherwise, returns an error.
Instance Attribute Details
#group_id ⇒ String
The ID of the deleted security group.
16767 16768 16769 16770 16771 16772 |
# File 'lib/aws-sdk-ec2/types.rb', line 16767 class DeleteSecurityGroupResult < Struct.new( :return, :group_id) SENSITIVE = [] include Aws::Structure end |
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, returns an error.
16767 16768 16769 16770 16771 16772 |
# File 'lib/aws-sdk-ec2/types.rb', line 16767 class DeleteSecurityGroupResult < Struct.new( :return, :group_id) SENSITIVE = [] include Aws::Structure end |