Method: Aws::MQ::Types::UpdateConfigurationResponse#created
- Defined in:
- lib/aws-sdk-mq/types.rb
#created ⇒ Time
3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-mq/types.rb', line 3047 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |