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