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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_security_group_nameString

The name of the Amazon EC2 security group.

Returns:

  • (String)


4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4943

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

#ec2_security_group_owner_idString

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

Returns:

  • (String)


4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4943

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

#statusString

The status of the Amazon EC2 security group.

Returns:

  • (String)


4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4943

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