Class: Aws::MQ::Types::CreateConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


589
590
591
592
593
594
595
596
# File 'lib/aws-sdk-mq/types.rb', line 589

class CreateConfigurationResponse < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name)
  include Aws::Structure
end

#createdTime

Returns:

  • (Time)


589
590
591
592
593
594
595
596
# File 'lib/aws-sdk-mq/types.rb', line 589

class CreateConfigurationResponse < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name)
  include Aws::Structure
end

#idString

Returns:

  • (String)


589
590
591
592
593
594
595
596
# File 'lib/aws-sdk-mq/types.rb', line 589

class CreateConfigurationResponse < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name)
  include Aws::Structure
end

#latest_revisionTypes::ConfigurationRevision

Returns information about the specified configuration revision.



589
590
591
592
593
594
595
596
# File 'lib/aws-sdk-mq/types.rb', line 589

class CreateConfigurationResponse < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name)
  include Aws::Structure
end

#nameString

Returns:

  • (String)


589
590
591
592
593
594
595
596
# File 'lib/aws-sdk-mq/types.rb', line 589

class CreateConfigurationResponse < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name)
  include Aws::Structure
end