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

Class: Aws::Redshift::Types::EC2SecurityGroup

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

Overview

Describes an Amazon EC2 security group.

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_security_group_nameString

The name of the EC2 Security Group.

Returns:

  • (String)

    The name of the EC2 Security Group.

#ec2_security_group_owner_idString

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

Returns:

  • (String)

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

#statusString

The status of the EC2 security group.

Returns:

  • (String)

    The status of the EC2 security group.

#tagsArray<Types::Tag>

The list of tags for the EC2 security group.

Returns:

  • (Array<Types::Tag>)

    The list of tags for the EC2 security group.