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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

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)


9010
9011
9012
9013
9014
9015
9016
# File 'lib/aws-sdk-rds/types.rb', line 9010

class EC2SecurityGroup < Struct.new(
  :status,
  :ec2_security_group_name,
  :ec2_security_group_id,
  :ec2_security_group_owner_id)
  include Aws::Structure
end

#ec2_security_group_nameString

Specifies the name of the EC2 security group.

Returns:

  • (String)


9010
9011
9012
9013
9014
9015
9016
# File 'lib/aws-sdk-rds/types.rb', line 9010

class EC2SecurityGroup < Struct.new(
  :status,
  :ec2_security_group_name,
  :ec2_security_group_id,
  :ec2_security_group_owner_id)
  include Aws::Structure
end

#ec2_security_group_owner_idString

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

Returns:

  • (String)


9010
9011
9012
9013
9014
9015
9016
# File 'lib/aws-sdk-rds/types.rb', line 9010

class EC2SecurityGroup < Struct.new(
  :status,
  :ec2_security_group_name,
  :ec2_security_group_id,
  :ec2_security_group_owner_id)
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


9010
9011
9012
9013
9014
9015
9016
# File 'lib/aws-sdk-rds/types.rb', line 9010

class EC2SecurityGroup < Struct.new(
  :status,
  :ec2_security_group_name,
  :ec2_security_group_id,
  :ec2_security_group_owner_id)
  include Aws::Structure
end