Class: Aws::ElastiCache::Types::EC2SecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::EC2SecurityGroup
- 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
-
#ec2_security_group_name ⇒ String
The name of the Amazon EC2 security group.
-
#ec2_security_group_owner_id ⇒ String
The Amazon account ID of the Amazon EC2 security group owner.
-
#status ⇒ String
The status of the Amazon EC2 security group.
Instance Attribute Details
#ec2_security_group_name ⇒ String
The name of the Amazon EC2 security group.
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_id ⇒ String
The Amazon account ID of the Amazon EC2 security group owner.
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 |
#status ⇒ String
The status of the Amazon EC2 security group.
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 |