class Aws::RDS::Types::DescribeInstallationMediaMessage

@note When making an API call, you may pass DescribeInstallationMediaMessage

data as a hash:

    {
      installation_media_id: "String",
      filters: [
        {
          name: "String", # required
          values: ["String"], # required
        },
      ],
      max_records: 1,
      marker: "String",
    }

@!attribute [rw] installation_media_id

The installation medium ID.
@return [String]

@!attribute [rw] filters

A filter that specifies one or more installation media to describe.
Supported filters include the following:

* `custom-availability-zone-id` - Accepts custom Availability Zone
  (AZ) identifiers. The results list includes information about only
  the custom AZs identified by these identifiers.

* `engine` - Accepts database engines. The results list includes
  information about only the database engines identified by these
  identifiers.

  For more information about the valid engines for installation
  media, see ImportInstallationMedia.
@return [Array<Types::Filter>]

@!attribute [rw] max_records

An optional pagination token provided by a previous
DescribeInstallationMedia request. If this parameter is specified,
the response includes only records beyond the marker, up to the
value specified by `MaxRecords`.
@return [Integer]

@!attribute [rw] marker

An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond
the marker, up to the value specified by `MaxRecords`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeInstallationMediaMessage AWS API Documentation

Constants

SENSITIVE