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)


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

def active_operation_arn
  @active_operation_arn
end

#broker_node_group_infoTypes::BrokerNodeGroupInfo

Returns the value of attribute broker_node_group_info.



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

def broker_node_group_info
  @broker_node_group_info
end

#client_authenticationTypes::ClientAuthentication

Returns the value of attribute client_authentication.



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

def client_authentication
  @client_authentication
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


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

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


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

def cluster_name
  @cluster_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#current_broker_software_infoTypes::BrokerSoftwareInfo

Returns the value of attribute current_broker_software_info.



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

def current_broker_software_info
  @current_broker_software_info
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


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

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")


163
164
165
# File 'sig/types.rbs', line 163

def customer_action_status
  @customer_action_status
end

#encryption_infoTypes::EncryptionInfo

Returns the value of attribute encryption_info.



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

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")


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

def enhanced_monitoring
  @enhanced_monitoring
end

#logging_infoTypes::LoggingInfo

Returns the value of attribute logging_info.

Returns:



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

def logging_info
  @logging_info
end

#number_of_broker_nodes::Integer

Returns the value of attribute number_of_broker_nodes.

Returns:

  • (::Integer)


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

def number_of_broker_nodes
  @number_of_broker_nodes
end

#open_monitoringTypes::OpenMonitoring

Returns the value of attribute open_monitoring.



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

def open_monitoring
  @open_monitoring
end

#rebalancingTypes::Rebalancing

Returns the value of attribute rebalancing.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def rebalancing
  @rebalancing
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

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


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

def state
  @state
end

#state_infoTypes::StateInfo

Returns the value of attribute state_info.

Returns:



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

def state_info
  @state_info
end

#storage_mode"LOCAL", "TIERED"

Returns the value of attribute storage_mode.

Returns:

  • ("LOCAL", "TIERED")


161
162
163
# File 'sig/types.rbs', line 161

def storage_mode
  @storage_mode
end

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

Returns the value of attribute tags.

Returns:

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


158
159
160
# File 'sig/types.rbs', line 158

def tags
  @tags
end

#zookeeper_connect_string::String

Returns the value of attribute zookeeper_connect_string.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def zookeeper_connect_string
  @zookeeper_connect_string
end

#zookeeper_connect_string_tls::String

Returns the value of attribute zookeeper_connect_string_tls.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def zookeeper_connect_string_tls
  @zookeeper_connect_string_tls
end