Class: Aws::ElastiCache::Types::RevokeCacheSecurityGroupIngressMessage

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

Overview

Represents the input of a RevokeCacheSecurityGroupIngress operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_group_name ⇒ String

The name of the cache security group to revoke ingress from.

Returns:

  • (String)


8566
8567
8568
8569
8570
8571
8572
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8566

class RevokeCacheSecurityGroupIngressMessage < 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 name of the Amazon EC2 security group to revoke access from.

Returns:

  • (String)


8566
8567
8568
8569
8570
8571
8572
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8566

class RevokeCacheSecurityGroupIngressMessage < 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.

Returns:

  • (String)


8566
8567
8568
8569
8570
8571
8572
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8566

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