Class: Aws::Types::OptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_security_group_memberships ⇒ ::Array[::String]
Returns the value of attribute db_security_group_memberships.
-
#option_name ⇒ ::String
Returns the value of attribute option_name.
-
#option_settings ⇒ ::Array[Types::OptionSetting]
Returns the value of attribute option_settings.
-
#option_version ⇒ ::String
Returns the value of attribute option_version.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#vpc_security_group_memberships ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_memberships.
Instance Attribute Details
#db_security_group_memberships ⇒ ::Array[::String]
Returns the value of attribute db_security_group_memberships.
3308 3309 3310 |
# File 'sig/types.rbs', line 3308 def db_security_group_memberships @db_security_group_memberships end |
#option_name ⇒ ::String
Returns the value of attribute option_name.
3305 3306 3307 |
# File 'sig/types.rbs', line 3305 def option_name @option_name end |
#option_settings ⇒ ::Array[Types::OptionSetting]
Returns the value of attribute option_settings.
3310 3311 3312 |
# File 'sig/types.rbs', line 3310 def option_settings @option_settings end |
#option_version ⇒ ::String
Returns the value of attribute option_version.
3307 3308 3309 |
# File 'sig/types.rbs', line 3307 def option_version @option_version end |
#port ⇒ ::Integer
Returns the value of attribute port.
3306 3307 3308 |
# File 'sig/types.rbs', line 3306 def port @port end |
#vpc_security_group_memberships ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_memberships.
3309 3310 3311 |
# File 'sig/types.rbs', line 3309 def vpc_security_group_memberships @vpc_security_group_memberships end |