Class: Aws::Types::DescribeClusterSubnetGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterSubnetGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
-
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
Instance Attribute Details
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def cluster_subnet_group_name @cluster_subnet_group_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def max_records @max_records end |
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def tag_keys @tag_keys end |
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def tag_values @tag_values end |