Documentation
¶
Overview ¶
Package awsrdsresources contains methods related to AwsRdsResources
Index ¶
- type AwsRdsResourcesV1
- func (a *AwsRdsResourcesV1) ListAwsRdsResources(limit *int64, start *string, filter *string, embed *string, ...) (*models.ListRdsResourcesResponse, *apiutils.APIError)
- func (a *AwsRdsResourcesV1) ReadAwsRdsResource(resourceId string, lookbackDays *int64, embed *string) (*models.ReadRdsResourceResponse, *apiutils.APIError)
- type AwsRdsResourcesV1Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsRdsResourcesV1 ¶
type AwsRdsResourcesV1 struct {
// contains filtered or unexported fields
}
AwsRdsResourcesV1 represents a custom type struct
func (*AwsRdsResourcesV1) ListAwsRdsResources ¶
func (a *AwsRdsResourcesV1) ListAwsRdsResources( limit *int64, start *string, filter *string, embed *string, lookbackDays *int64) ( *models.ListRdsResourcesResponse, *apiutils.APIError)
ListAwsRdsResources Retrieve a list of RDS resources.
func (*AwsRdsResourcesV1) ReadAwsRdsResource ¶
func (a *AwsRdsResourcesV1) ReadAwsRdsResource( resourceId string, lookbackDays *int64, embed *string) ( *models.ReadRdsResourceResponse, *apiutils.APIError)
ReadAwsRdsResource Returns a representation of the specified RDS resource.
type AwsRdsResourcesV1Client ¶
type AwsRdsResourcesV1Client interface { // ListAwsRdsResources Retrieve a list of RDS resources. ListAwsRdsResources( limit *int64, start *string, filter *string, embed *string, lookbackDays *int64) ( *models.ListRdsResourcesResponse, *apiutils.APIError) // ReadAwsRdsResource Returns a representation of the specified RDS resource. ReadAwsRdsResource( resourceId string, lookbackDays *int64, embed *string) ( *models.ReadRdsResourceResponse, *apiutils.APIError) }
AwsRdsResourcesV1Client represents a custom type interface
func NewAwsRdsResourcesV1 ¶
func NewAwsRdsResourcesV1(config config.Config) AwsRdsResourcesV1Client
NewAwsRdsResourcesV1 returns AwsRdsResourcesV1Client
Click to show internal directories.
Click to hide internal directories.