Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBInstance ¶
type DBInstance struct {
// contains filtered or unexported fields
}
func NewDBInstance ¶
func NewDBInstance(client dbInstancesClient, name *string) DBInstance
func (DBInstance) Delete ¶
func (d DBInstance) Delete() error
func (DBInstance) Name ¶
func (d DBInstance) Name() string
type DBInstances ¶
type DBInstances struct {
// contains filtered or unexported fields
}
func NewDBInstances ¶
func NewDBInstances(client dbInstancesClient, logger logger) DBInstances
type DBSubnetGroup ¶
type DBSubnetGroup struct {
// contains filtered or unexported fields
}
func NewDBSubnetGroup ¶
func NewDBSubnetGroup(client dbSubnetGroupsClient, name *string) DBSubnetGroup
func (DBSubnetGroup) Delete ¶
func (d DBSubnetGroup) Delete() error
func (DBSubnetGroup) Name ¶
func (d DBSubnetGroup) Name() string
type DBSubnetGroups ¶
type DBSubnetGroups struct {
// contains filtered or unexported fields
}
func NewDBSubnetGroups ¶
func NewDBSubnetGroups(client dbSubnetGroupsClient, logger logger) DBSubnetGroups
Source Files ¶
Click to show internal directories.
Click to hide internal directories.