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.

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)


4948
4949
4950
4951
4952
4953
4954
# File 'lib/aws-sdk-elasticache/types.rb', line 4948

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)


4948
4949
4950
4951
4952
4953
4954
# File 'lib/aws-sdk-elasticache/types.rb', line 4948

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)


4948
4949
4950
4951
4952
4953
4954
# File 'lib/aws-sdk-elasticache/types.rb', line 4948

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