Class: Aws::Types::CreateClusterSecurityGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterSecurityGroupMessage
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
564 565 566 |
# File 'sig/types.rbs', line 564 def cluster_security_group_name @cluster_security_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
565 566 567 |
# File 'sig/types.rbs', line 565 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
566 567 568 |
# File 'sig/types.rbs', line 566 def @tags end |