You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::OptionGroupMembership

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information on the option groups the DB instance is a member of.

Instance Attribute Summary collapse

Instance Attribute Details

#option_group_nameString

The name of the option group that the instance belongs to.

Returns:

  • (String)

    The name of the option group that the instance belongs to.

#statusString

The status of the DB instance\'s option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

Returns:

  • (String)

    The status of the DB instance\'s option group membership.