Class: Aws::ElastiCache::Types::AuthorizeCacheSecurityGroupIngressMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::AuthorizeCacheSecurityGroupIngressMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Represents the input of an AuthorizeCacheSecurityGroupIngress operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_security_group_name ⇒ String
The cache security group that allows network ingress.
-
#ec2_security_group_name ⇒ String
The Amazon EC2 security group to be authorized for ingress to the cache security group.
-
#ec2_security_group_owner_id ⇒ String
The Amazon account number of the Amazon EC2 security group owner.
Instance Attribute Details
#cache_security_group_name ⇒ String
The cache security group that allows network ingress.
154 155 156 157 158 159 160 |
# File 'lib/aws-sdk-elasticache/types.rb', line 154 class AuthorizeCacheSecurityGroupIngressMessage < Struct.new( :cache_security_group_name, :ec2_security_group_name, :ec2_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#ec2_security_group_name ⇒ String
The Amazon EC2 security group to be authorized for ingress to the cache security group.
154 155 156 157 158 159 160 |
# File 'lib/aws-sdk-elasticache/types.rb', line 154 class AuthorizeCacheSecurityGroupIngressMessage < Struct.new( :cache_security_group_name, :ec2_security_group_name, :ec2_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#ec2_security_group_owner_id ⇒ String
The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.
154 155 156 157 158 159 160 |
# File 'lib/aws-sdk-elasticache/types.rb', line 154 class AuthorizeCacheSecurityGroupIngressMessage < Struct.new( :cache_security_group_name, :ec2_security_group_name, :ec2_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |