Class: Aws::Types::OptionGroup
- Inherits:
-
Object
- Object
- Aws::Types::OptionGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allows_vpc_and_non_vpc_instance_memberships ⇒ Boolean
Returns the value of attribute allows_vpc_and_non_vpc_instance_memberships.
-
#copy_timestamp ⇒ ::Time
Returns the value of attribute copy_timestamp.
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
-
#option_group_arn ⇒ ::String
Returns the value of attribute option_group_arn.
-
#option_group_description ⇒ ::String
Returns the value of attribute option_group_description.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#options ⇒ ::Array[Types::Option]
Returns the value of attribute options.
-
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
-
#source_option_group ⇒ ::String
Returns the value of attribute source_option_group.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#allows_vpc_and_non_vpc_instance_memberships ⇒ Boolean
Returns the value of attribute allows_vpc_and_non_vpc_instance_memberships.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def allows_vpc_and_non_vpc_instance_memberships @allows_vpc_and_non_vpc_instance_memberships end |
#copy_timestamp ⇒ ::Time
Returns the value of attribute copy_timestamp.
3325 3326 3327 |
# File 'sig/types.rbs', line 3325 def @copy_timestamp end |
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def engine_name @engine_name end |
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def major_engine_version @major_engine_version end |
#option_group_arn ⇒ ::String
Returns the value of attribute option_group_arn.
3322 3323 3324 |
# File 'sig/types.rbs', line 3322 def option_group_arn @option_group_arn end |
#option_group_description ⇒ ::String
Returns the value of attribute option_group_description.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def option_group_description @option_group_description end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
3315 3316 3317 |
# File 'sig/types.rbs', line 3315 def option_group_name @option_group_name end |
#options ⇒ ::Array[Types::Option]
Returns the value of attribute options.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def @options end |
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
3324 3325 3326 |
# File 'sig/types.rbs', line 3324 def source_account_id @source_account_id end |
#source_option_group ⇒ ::String
Returns the value of attribute source_option_group.
3323 3324 3325 |
# File 'sig/types.rbs', line 3323 def source_option_group @source_option_group end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3321 3322 3323 |
# File 'sig/types.rbs', line 3321 def vpc_id @vpc_id end |