You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::EC2SecurityGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

This data type is used as a response element in the following actions:

  • AuthorizeDBSecurityGroupIngress

  • DescribeDBSecurityGroups

  • RevokeDBSecurityGroupIngress

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_security_group_idString

Specifies the id of the EC2 security group.

Returns:

  • (String)

    Specifies the id of the EC2 security group.

#ec2_security_group_nameString

Specifies the name of the EC2 security group.

Returns:

  • (String)

    Specifies the name of the EC2 security group.

#ec2_security_group_owner_idString

Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

Returns:

  • (String)

    Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

#statusString

Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

Returns:

  • (String)

    Provides the status of the EC2 security group.