Class: Aws::Types::AuthorizeCacheSecurityGroupIngressMessage
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeCacheSecurityGroupIngressMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_security_group_name ⇒ ::String
Returns the value of attribute cache_security_group_name.
-
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
-
#ec2_security_group_owner_id ⇒ ::String
Returns the value of attribute ec2_security_group_owner_id.
Instance Attribute Details
#cache_security_group_name ⇒ ::String
Returns the value of attribute cache_security_group_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def cache_security_group_name @cache_security_group_name end |
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def ec2_security_group_name @ec2_security_group_name end |
#ec2_security_group_owner_id ⇒ ::String
Returns the value of attribute ec2_security_group_owner_id.
47 48 49 |
# File 'sig/types.rbs', line 47 def ec2_security_group_owner_id @ec2_security_group_owner_id end |