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

Class: Aws::MQ::Types::ConfigurationId

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

Overview

Note:

When passing ConfigurationId as input to an Aws::Client method, you can use a vanilla Hash:

{
  id: "__string",
  revision: 1,
}

A list of information about the configuration. Does not apply to RabbitMQ brokers.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Required. The unique ID that Amazon MQ generates for the configuration.

Returns:

  • (String)

    Required.

#revisionInteger

The revision number of the configuration.

Returns:

  • (Integer)

    The revision number of the configuration.