Class: Aws::MQ::Types::BrokerSummary

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

Overview

The Amazon Resource Name (ARN) of the broker.

Instance Attribute Summary collapse

Instance Attribute Details

#broker_arnString

The Amazon Resource Name (ARN) of the broker.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'lib/aws-sdk-mq/types.rb', line 70

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :host_instance_type)
  include Aws::Structure
end

#broker_idString

The unique ID that Amazon MQ generates for the broker.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'lib/aws-sdk-mq/types.rb', line 70

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :host_instance_type)
  include Aws::Structure
end

#broker_nameString

The name of the broker. This value must be unique in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain whitespaces, brackets, wildcard characters, or special characters.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'lib/aws-sdk-mq/types.rb', line 70

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :host_instance_type)
  include Aws::Structure
end

#broker_stateString

The status of the broker.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'lib/aws-sdk-mq/types.rb', line 70

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :host_instance_type)
  include Aws::Structure
end

#createdTime

The time when the broker was created.

Returns:

  • (Time)


70
71
72
73
74
75
76
77
78
79
# File 'lib/aws-sdk-mq/types.rb', line 70

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :host_instance_type)
  include Aws::Structure
end

#deployment_modeString

Required. The deployment mode of the broker.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'lib/aws-sdk-mq/types.rb', line 70

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :host_instance_type)
  include Aws::Structure
end

#host_instance_typeString

The broker’s instance type.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'lib/aws-sdk-mq/types.rb', line 70

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :host_instance_type)
  include Aws::Structure
end