Class: Aws::EC2::Types::CreateSecurityGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateSecurityGroupResult
- 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 security group.
-
#security_group_arn ⇒ String
The security group ARN.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the security group.
Instance Attribute Details
permalink #group_id ⇒ String
The ID of the security group.
11619 11620 11621 11622 11623 11624 11625 |
# File 'lib/aws-sdk-ec2/types.rb', line 11619 class CreateSecurityGroupResult < Struct.new( :group_id, :tags, :security_group_arn) SENSITIVE = [] include Aws::Structure end |
permalink #security_group_arn ⇒ String
The security group ARN.
11619 11620 11621 11622 11623 11624 11625 |
# File 'lib/aws-sdk-ec2/types.rb', line 11619 class CreateSecurityGroupResult < Struct.new( :group_id, :tags, :security_group_arn) SENSITIVE = [] include Aws::Structure end |
permalink #tags ⇒ Array<Types::Tag>
The tags assigned to the security group.
11619 11620 11621 11622 11623 11624 11625 |
# File 'lib/aws-sdk-ec2/types.rb', line 11619 class CreateSecurityGroupResult < Struct.new( :group_id, :tags, :security_group_arn) SENSITIVE = [] include Aws::Structure end |