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.
388 389 390 |
# File 'sig/types.rbs', line 388 def cluster_security_groups @cluster_security_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
387 388 389 |
# File 'sig/types.rbs', line 387 def marker @marker end |