Class: Aws::Types::DescribeCacheSecurityGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCacheSecurityGroupsMessage
- 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.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#cache_security_group_name ⇒ ::String
Returns the value of attribute cache_security_group_name.
726 727 728 |
# File 'sig/types.rbs', line 726 def cache_security_group_name @cache_security_group_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
728 729 730 |
# File 'sig/types.rbs', line 728 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
727 728 729 |
# File 'sig/types.rbs', line 727 def max_records @max_records end |