Class: Aws::Types::ClusterInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_operation_arn::String

Returns the value of attribute active_operation_arn.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def active_operation_arn
  @active_operation_arn
end

#broker_node_group_infoTypes::BrokerNodeGroupInfo

Returns the value of attribute broker_node_group_info.



137
138
139
# File 'sig/types.rbs', line 137

def broker_node_group_info
  @broker_node_group_info
end

#client_authenticationTypes::ClientAuthentication

Returns the value of attribute client_authentication.



138
139
140
# File 'sig/types.rbs', line 138

def client_authentication
  @client_authentication
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def cluster_name
  @cluster_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


141
142
143
# File 'sig/types.rbs', line 141

def creation_time
  @creation_time
end

#current_broker_software_infoTypes::BrokerSoftwareInfo

Returns the value of attribute current_broker_software_info.



142
143
144
# File 'sig/types.rbs', line 142

def current_broker_software_info
  @current_broker_software_info
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def current_version
  @current_version
end

#customer_action_status"CRITICAL_ACTION_REQUIRED", ...

Returns the value of attribute customer_action_status.

Returns:

  • ("CRITICAL_ACTION_REQUIRED", "ACTION_RECOMMENDED", "NONE")


156
157
158
# File 'sig/types.rbs', line 156

def customer_action_status
  @customer_action_status
end

#encryption_infoTypes::EncryptionInfo

Returns the value of attribute encryption_info.



145
146
147
# File 'sig/types.rbs', line 145

def encryption_info
  @encryption_info
end

#enhanced_monitoring"DEFAULT", ...

Returns the value of attribute enhanced_monitoring.

Returns:

  • ("DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION")


146
147
148
# File 'sig/types.rbs', line 146

def enhanced_monitoring
  @enhanced_monitoring
end

#logging_infoTypes::LoggingInfo

Returns the value of attribute logging_info.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def logging_info
  @logging_info
end

#number_of_broker_nodes::Integer

Returns the value of attribute number_of_broker_nodes.

Returns:

  • (::Integer)


147
148
149
# File 'sig/types.rbs', line 147

def number_of_broker_nodes
  @number_of_broker_nodes
end

#open_monitoringTypes::OpenMonitoring

Returns the value of attribute open_monitoring.



148
149
150
# File 'sig/types.rbs', line 148

def open_monitoring
  @open_monitoring
end

#rebalancingTypes::Rebalancing

Returns the value of attribute rebalancing.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def rebalancing
  @rebalancing
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "CREATING", "DELETING", "FAILED", "HEALING", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING")


149
150
151
# File 'sig/types.rbs', line 149

def state
  @state
end

#state_infoTypes::StateInfo

Returns the value of attribute state_info.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def state_info
  @state_info
end

#storage_mode"LOCAL", "TIERED"

Returns the value of attribute storage_mode.

Returns:

  • ("LOCAL", "TIERED")


154
155
156
# File 'sig/types.rbs', line 154

def storage_mode
  @storage_mode
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


151
152
153
# File 'sig/types.rbs', line 151

def tags
  @tags
end

#zookeeper_connect_string::String

Returns the value of attribute zookeeper_connect_string.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def zookeeper_connect_string
  @zookeeper_connect_string
end

#zookeeper_connect_string_tls::String

Returns the value of attribute zookeeper_connect_string_tls.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def zookeeper_connect_string_tls
  @zookeeper_connect_string_tls
end