Class: Aws::Types::CacheSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::CacheSecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cache_security_group_name ⇒ ::String
Returns the value of attribute cache_security_group_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ec2_security_groups ⇒ ::Array[Types::EC2SecurityGroup]
Returns the value of attribute ec2_security_groups.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
230 231 232 |
# File 'sig/types.rbs', line 230 def arn @arn end |
#cache_security_group_name ⇒ ::String
Returns the value of attribute cache_security_group_name.
227 228 229 |
# File 'sig/types.rbs', line 227 def cache_security_group_name @cache_security_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
228 229 230 |
# File 'sig/types.rbs', line 228 def description @description end |
#ec2_security_groups ⇒ ::Array[Types::EC2SecurityGroup]
Returns the value of attribute ec2_security_groups.
229 230 231 |
# File 'sig/types.rbs', line 229 def ec2_security_groups @ec2_security_groups end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
226 227 228 |
# File 'sig/types.rbs', line 226 def owner_id @owner_id end |