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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Describes an Amazon EC2 security group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_security_group_nameString

The name of the EC2 Security Group.

Returns:

  • (String)


5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5968

class EC2SecurityGroup < Struct.new(
  :status,
  :ec2_security_group_name,
  :ec2_security_group_owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_security_group_owner_idString

The Amazon Web Services account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

Returns:

  • (String)


5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5968

class EC2SecurityGroup < Struct.new(
  :status,
  :ec2_security_group_name,
  :ec2_security_group_owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the EC2 security group.

Returns:

  • (String)


5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5968

class EC2SecurityGroup < Struct.new(
  :status,
  :ec2_security_group_name,
  :ec2_security_group_owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of tags for the EC2 security group.

Returns:



5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5968

class EC2SecurityGroup < Struct.new(
  :status,
  :ec2_security_group_name,
  :ec2_security_group_owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end