Class: Aws::EC2::Types::SecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecurityGroup
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a security group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the security group.
-
#group_id ⇒ String
The ID of the security group.
-
#group_name ⇒ String
The name of the security group.
-
#ip_permissions ⇒ Array<Types::IpPermission>
The inbound rules associated with the security group.
-
#ip_permissions_egress ⇒ Array<Types::IpPermission>
The outbound rules associated with the security group.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the owner of the security group.
-
#security_group_arn ⇒ String
The ARN of the security group.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the security group.
-
#vpc_id ⇒ String
The ID of the VPC for the security group.
Instance Attribute Details
#description ⇒ String
A description of the security group.
62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62445 class SecurityGroup < Struct.new( :group_id, :ip_permissions_egress, :tags, :vpc_id, :security_group_arn, :owner_id, :group_name, :description, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The ID of the security group.
62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62445 class SecurityGroup < Struct.new( :group_id, :ip_permissions_egress, :tags, :vpc_id, :security_group_arn, :owner_id, :group_name, :description, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the security group.
62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62445 class SecurityGroup < Struct.new( :group_id, :ip_permissions_egress, :tags, :vpc_id, :security_group_arn, :owner_id, :group_name, :description, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#ip_permissions ⇒ Array<Types::IpPermission>
The inbound rules associated with the security group.
62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62445 class SecurityGroup < Struct.new( :group_id, :ip_permissions_egress, :tags, :vpc_id, :security_group_arn, :owner_id, :group_name, :description, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#ip_permissions_egress ⇒ Array<Types::IpPermission>
The outbound rules associated with the security group.
62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62445 class SecurityGroup < Struct.new( :group_id, :ip_permissions_egress, :tags, :vpc_id, :security_group_arn, :owner_id, :group_name, :description, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the owner of the security group.
62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62445 class SecurityGroup < Struct.new( :group_id, :ip_permissions_egress, :tags, :vpc_id, :security_group_arn, :owner_id, :group_name, :description, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#security_group_arn ⇒ String
The ARN of the security group.
62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62445 class SecurityGroup < Struct.new( :group_id, :ip_permissions_egress, :tags, :vpc_id, :security_group_arn, :owner_id, :group_name, :description, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the security group.
62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62445 class SecurityGroup < Struct.new( :group_id, :ip_permissions_egress, :tags, :vpc_id, :security_group_arn, :owner_id, :group_name, :description, :ip_permissions) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC for the security group.
62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62445 class SecurityGroup < Struct.new( :group_id, :ip_permissions_egress, :tags, :vpc_id, :security_group_arn, :owner_id, :group_name, :description, :ip_permissions) SENSITIVE = [] include Aws::Structure end |