Class: Aws::Types::ClusterSecurityGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSecurityGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_security_groups ⇒ ::Array[Types::ClusterSecurityGroup]
Returns the value of attribute cluster_security_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#cluster_security_groups ⇒ ::Array[Types::ClusterSecurityGroup]
Returns the value of attribute cluster_security_groups.
389 390 391 |
# File 'sig/types.rbs', line 389 def cluster_security_groups @cluster_security_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
388 389 390 |
# File 'sig/types.rbs', line 388 def marker @marker end |