Class: Aws::Types::Option
- Inherits:
-
Object
- Object
- Aws::Types::Option
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_security_group_memberships ⇒ ::Array[Types::DBSecurityGroupMembership]
Returns the value of attribute db_security_group_memberships.
-
#option_description ⇒ ::String
Returns the value of attribute option_description.
-
#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.
-
#permanent ⇒ Boolean
Returns the value of attribute permanent.
-
#persistent ⇒ Boolean
Returns the value of attribute persistent.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#vpc_security_group_memberships ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_group_memberships.
Instance Attribute Details
#db_security_group_memberships ⇒ ::Array[Types::DBSecurityGroupMembership]
Returns the value of attribute db_security_group_memberships.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def db_security_group_memberships @db_security_group_memberships end |
#option_description ⇒ ::String
Returns the value of attribute option_description.
3293 3294 3295 |
# File 'sig/types.rbs', line 3293 def option_description @option_description end |
#option_name ⇒ ::String
Returns the value of attribute option_name.
3292 3293 3294 |
# File 'sig/types.rbs', line 3292 def option_name @option_name end |
#option_settings ⇒ ::Array[Types::OptionSetting]
Returns the value of attribute option_settings.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def option_settings @option_settings end |
#option_version ⇒ ::String
Returns the value of attribute option_version.
3297 3298 3299 |
# File 'sig/types.rbs', line 3297 def option_version @option_version end |
#permanent ⇒ Boolean
Returns the value of attribute permanent.
3295 3296 3297 |
# File 'sig/types.rbs', line 3295 def permanent @permanent end |
#persistent ⇒ Boolean
Returns the value of attribute persistent.
3294 3295 3296 |
# File 'sig/types.rbs', line 3294 def persistent @persistent end |
#port ⇒ ::Integer
Returns the value of attribute port.
3296 3297 3298 |
# File 'sig/types.rbs', line 3296 def port @port end |
#vpc_security_group_memberships ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_group_memberships.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def vpc_security_group_memberships @vpc_security_group_memberships end |