Class: Aws::ElastiCache::Types::EC2SecurityGroup

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

Overview

Provides ownership and status information for an Amazon EC2 security group.

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_security_group_nameString

The name of the Amazon EC2 security group.

Returns:

  • (String)


3395
3396
3397
3398
3399
3400
# File 'lib/aws-sdk-elasticache/types.rb', line 3395

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

#ec2_security_group_owner_idString

The AWS account ID of the Amazon EC2 security group owner.

Returns:

  • (String)


3395
3396
3397
3398
3399
3400
# File 'lib/aws-sdk-elasticache/types.rb', line 3395

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

#statusString

The status of the Amazon EC2 security group.

Returns:

  • (String)


3395
3396
3397
3398
3399
3400
# File 'lib/aws-sdk-elasticache/types.rb', line 3395

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