Class: Aws::MQ::Types::DescribeBrokerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::DescribeBrokerResponse
- Defined in:
- gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions_required ⇒ Array<Types::ActionRequired>
-
#authentication_strategy ⇒ String
Optional.
-
#auto_minor_version_upgrade ⇒ Boolean
-
#broker_arn ⇒ String
-
#broker_id ⇒ String
-
#broker_instances ⇒ Array<Types::BrokerInstance>
-
#broker_name ⇒ String
-
#broker_state ⇒ String
The broker's status.
-
#configurations ⇒ Types::Configurations
Broker configuration information.
-
#created ⇒ Time
-
#deployment_mode ⇒ String
The broker's deployment mode.
-
#encryption_options ⇒ Types::EncryptionOptions
Does not apply to RabbitMQ brokers.
-
#engine_type ⇒ String
The type of broker engine.
-
#engine_version ⇒ String
-
#host_instance_type ⇒ String
-
#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Optional.
-
#logs ⇒ Types::LogsSummary
The list of information about logs currently enabled and pending to be deployed for the specified broker.
-
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
-
#pending_authentication_strategy ⇒ String
Optional.
-
#pending_engine_version ⇒ String
-
#pending_host_instance_type ⇒ String
-
#pending_ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Optional.
-
#pending_security_groups ⇒ Array<String>
-
#publicly_accessible ⇒ Boolean
-
#security_groups ⇒ Array<String>
-
#storage_type ⇒ String
The broker's storage type.
-
#subnet_ids ⇒ Array<String>
-
#tags ⇒ Hash<String,String>
-
#users ⇒ Array<Types::UserSummary>
Instance Attribute Details
#actions_required ⇒ Array<Types::ActionRequired>
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#authentication_strategy ⇒ String
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#auto_minor_version_upgrade ⇒ Boolean
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#broker_arn ⇒ String
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#broker_id ⇒ String
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#broker_instances ⇒ Array<Types::BrokerInstance>
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#broker_name ⇒ String
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#broker_state ⇒ String
The broker's status.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#configurations ⇒ Types::Configurations
Broker configuration information
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#deployment_mode ⇒ String
The broker's deployment mode.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#encryption_options ⇒ Types::EncryptionOptions
Does not apply to RabbitMQ brokers.
Encryption options for the broker.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#engine_type ⇒ String
The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#host_instance_type ⇒ String
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#logs ⇒ Types::LogsSummary
The list of information about logs currently enabled and pending to be deployed for the specified broker.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#pending_authentication_strategy ⇒ String
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#pending_engine_version ⇒ String
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#pending_host_instance_type ⇒ String
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#pending_ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#pending_security_groups ⇒ Array<String>
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#publicly_accessible ⇒ Boolean
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#security_groups ⇒ Array<String>
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The broker's storage type.
EFS is not supported for RabbitMQ engine type.
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |
#users ⇒ Array<Types::UserSummary>
1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1560 class DescribeBrokerResponse < Struct.new( :actions_required, :authentication_strategy, :auto_minor_version_upgrade, :broker_arn, :broker_id, :broker_instances, :broker_name, :broker_state, :configurations, :created, :deployment_mode, :encryption_options, :engine_type, :engine_version, :host_instance_type, :ldap_server_metadata, :logs, :maintenance_window_start_time, :pending_authentication_strategy, :pending_engine_version, :pending_host_instance_type, :pending_ldap_server_metadata, :pending_security_groups, :publicly_accessible, :security_groups, :storage_type, :subnet_ids, :tags, :users) SENSITIVE = [] include Aws::Structure end |