Class: Aws::Types::OptionGroupOption
- Inherits:
-
Object
- Object
- Aws::Types::OptionGroupOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copyable_cross_account ⇒ Boolean
Returns the value of attribute copyable_cross_account.
-
#default_port ⇒ ::Integer
Returns the value of attribute default_port.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
-
#minimum_required_minor_engine_version ⇒ ::String
Returns the value of attribute minimum_required_minor_engine_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#option_group_option_settings ⇒ ::Array[Types::OptionGroupOptionSetting]
Returns the value of attribute option_group_option_settings.
-
#option_group_option_versions ⇒ ::Array[Types::OptionVersion]
Returns the value of attribute option_group_option_versions.
-
#options_conflicts_with ⇒ ::Array[::String]
Returns the value of attribute options_conflicts_with.
-
#options_depended_on ⇒ ::Array[::String]
Returns the value of attribute options_depended_on.
-
#permanent ⇒ Boolean
Returns the value of attribute permanent.
-
#persistent ⇒ Boolean
Returns the value of attribute persistent.
-
#port_required ⇒ Boolean
Returns the value of attribute port_required.
-
#requires_auto_minor_engine_version_upgrade ⇒ Boolean
Returns the value of attribute requires_auto_minor_engine_version_upgrade.
-
#supports_option_version_downgrade ⇒ Boolean
Returns the value of attribute supports_option_version_downgrade.
-
#vpc_only ⇒ Boolean
Returns the value of attribute vpc_only.
Instance Attribute Details
#copyable_cross_account ⇒ Boolean
Returns the value of attribute copyable_cross_account.
3358 3359 3360 |
# File 'sig/types.rbs', line 3358 def copyable_cross_account @copyable_cross_account end |
#default_port ⇒ ::Integer
Returns the value of attribute default_port.
3348 3349 3350 |
# File 'sig/types.rbs', line 3348 def default_port @default_port end |
#description ⇒ ::String
Returns the value of attribute description.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def description @description end |
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def engine_name @engine_name end |
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def major_engine_version @major_engine_version end |
#minimum_required_minor_engine_version ⇒ ::String
Returns the value of attribute minimum_required_minor_engine_version.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def minimum_required_minor_engine_version @minimum_required_minor_engine_version end |
#name ⇒ ::String
Returns the value of attribute name.
3342 3343 3344 |
# File 'sig/types.rbs', line 3342 def name @name end |
#option_group_option_settings ⇒ ::Array[Types::OptionGroupOptionSetting]
Returns the value of attribute option_group_option_settings.
3356 3357 3358 |
# File 'sig/types.rbs', line 3356 def option_group_option_settings @option_group_option_settings end |
#option_group_option_versions ⇒ ::Array[Types::OptionVersion]
Returns the value of attribute option_group_option_versions.
3357 3358 3359 |
# File 'sig/types.rbs', line 3357 def option_group_option_versions @option_group_option_versions end |
#options_conflicts_with ⇒ ::Array[::String]
Returns the value of attribute options_conflicts_with.
3350 3351 3352 |
# File 'sig/types.rbs', line 3350 def @options_conflicts_with end |
#options_depended_on ⇒ ::Array[::String]
Returns the value of attribute options_depended_on.
3349 3350 3351 |
# File 'sig/types.rbs', line 3349 def @options_depended_on end |
#permanent ⇒ Boolean
Returns the value of attribute permanent.
3352 3353 3354 |
# File 'sig/types.rbs', line 3352 def permanent @permanent end |
#persistent ⇒ Boolean
Returns the value of attribute persistent.
3351 3352 3353 |
# File 'sig/types.rbs', line 3351 def persistent @persistent end |
#port_required ⇒ Boolean
Returns the value of attribute port_required.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def port_required @port_required end |
#requires_auto_minor_engine_version_upgrade ⇒ Boolean
Returns the value of attribute requires_auto_minor_engine_version_upgrade.
3353 3354 3355 |
# File 'sig/types.rbs', line 3353 def requires_auto_minor_engine_version_upgrade @requires_auto_minor_engine_version_upgrade end |
#supports_option_version_downgrade ⇒ Boolean
Returns the value of attribute supports_option_version_downgrade.
3355 3356 3357 |
# File 'sig/types.rbs', line 3355 def supports_option_version_downgrade @supports_option_version_downgrade end |
#vpc_only ⇒ Boolean
Returns the value of attribute vpc_only.
3354 3355 3356 |
# File 'sig/types.rbs', line 3354 def vpc_only @vpc_only end |