Class: Aws::Types::CreateDBSecurityGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBSecurityGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_security_group_description ⇒ ::String
Returns the value of attribute db_security_group_description.
-
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#db_security_group_description ⇒ ::String
Returns the value of attribute db_security_group_description.
671 672 673 |
# File 'sig/types.rbs', line 671 def db_security_group_description @db_security_group_description end |
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
670 671 672 |
# File 'sig/types.rbs', line 670 def db_security_group_name @db_security_group_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
672 673 674 |
# File 'sig/types.rbs', line 672 def @tags end |