Class: Aws::Types::DescribeClusterSecurityGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterSecurityGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_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_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def cluster_security_group_name @cluster_security_group_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def max_records @max_records end |
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def tag_keys @tag_keys end |
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def tag_values @tag_values end |