Class: Aws::Types::DescribeCacheSubnetGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCacheSubnetGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_subnet_group_name ⇒ ::String
Returns the value of attribute cache_subnet_group_name.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#cache_subnet_group_name ⇒ ::String
Returns the value of attribute cache_subnet_group_name.
733 734 735 |
# File 'sig/types.rbs', line 733 def cache_subnet_group_name @cache_subnet_group_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
735 736 737 |
# File 'sig/types.rbs', line 735 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
734 735 736 |
# File 'sig/types.rbs', line 734 def max_records @max_records end |