Class: Aws::Types::Provisioned
- Inherits:
-
Object
- Object
- Aws::Types::Provisioned
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_node_group_info ⇒ Types::BrokerNodeGroupInfo
Returns the value of attribute broker_node_group_info.
-
#client_authentication ⇒ Types::ClientAuthentication
Returns the value of attribute client_authentication.
-
#current_broker_software_info ⇒ Types::BrokerSoftwareInfo
Returns the value of attribute current_broker_software_info.
-
#customer_action_status ⇒ "CRITICAL_ACTION_REQUIRED", ...
Returns the value of attribute customer_action_status.
-
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
-
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
-
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
-
#number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute number_of_broker_nodes.
-
#open_monitoring ⇒ Types::OpenMonitoringInfo
Returns the value of attribute open_monitoring.
-
#rebalancing ⇒ Types::Rebalancing
Returns the value of attribute rebalancing.
-
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
-
#zookeeper_connect_string ⇒ ::String
Returns the value of attribute zookeeper_connect_string.
-
#zookeeper_connect_string_tls ⇒ ::String
Returns the value of attribute zookeeper_connect_string_tls.
Instance Attribute Details
#broker_node_group_info ⇒ Types::BrokerNodeGroupInfo
Returns the value of attribute broker_node_group_info.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def broker_node_group_info @broker_node_group_info end |
#client_authentication ⇒ Types::ClientAuthentication
Returns the value of attribute client_authentication.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def client_authentication @client_authentication end |
#current_broker_software_info ⇒ Types::BrokerSoftwareInfo
Returns the value of attribute current_broker_software_info.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def current_broker_software_info @current_broker_software_info end |
#customer_action_status ⇒ "CRITICAL_ACTION_REQUIRED", ...
Returns the value of attribute customer_action_status.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def customer_action_status @customer_action_status end |
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def encryption_info @encryption_info end |
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def enhanced_monitoring @enhanced_monitoring end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def logging_info @logging_info end |
#number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute number_of_broker_nodes.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def number_of_broker_nodes @number_of_broker_nodes end |
#open_monitoring ⇒ Types::OpenMonitoringInfo
Returns the value of attribute open_monitoring.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def open_monitoring @open_monitoring end |
#rebalancing ⇒ Types::Rebalancing
Returns the value of attribute rebalancing.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def rebalancing @rebalancing end |
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def storage_mode @storage_mode end |
#zookeeper_connect_string ⇒ ::String
Returns the value of attribute zookeeper_connect_string.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def zookeeper_connect_string @zookeeper_connect_string end |
#zookeeper_connect_string_tls ⇒ ::String
Returns the value of attribute zookeeper_connect_string_tls.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def zookeeper_connect_string_tls @zookeeper_connect_string_tls end |