Class: Aws::MQ::Types::ConfigurationId
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ConfigurationId
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
A list of information about the configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Required.
-
#revision ⇒ Integer
The revision number of the configuration.
Instance Attribute Details
#id ⇒ String
Required. The unique ID that Amazon MQ generates for the configuration.
338 339 340 341 342 343 |
# File 'lib/aws-sdk-mq/types.rb', line 338 class ConfigurationId < Struct.new( :id, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision number of the configuration.
338 339 340 341 342 343 |
# File 'lib/aws-sdk-mq/types.rb', line 338 class ConfigurationId < Struct.new( :id, :revision) SENSITIVE = [] include Aws::Structure end |