Class: Aws::Types::AwsMskClusterClusterInfoDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsMskClusterClusterInfoDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_authentication ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationDetails
Returns the value of attribute client_authentication.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#encryption_info ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoDetails
Returns the value of attribute encryption_info.
-
#enhanced_monitoring ⇒ ::String
Returns the value of attribute enhanced_monitoring.
-
#number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute number_of_broker_nodes.
Instance Attribute Details
#client_authentication ⇒ Types::AwsMskClusterClusterInfoClientAuthenticationDetails
Returns the value of attribute client_authentication.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def client_authentication @client_authentication end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
3225 3226 3227 |
# File 'sig/types.rbs', line 3225 def cluster_name @cluster_name end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
3223 3224 3225 |
# File 'sig/types.rbs', line 3223 def current_version @current_version end |
#encryption_info ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoDetails
Returns the value of attribute encryption_info.
3222 3223 3224 |
# File 'sig/types.rbs', line 3222 def encryption_info @encryption_info end |
#enhanced_monitoring ⇒ ::String
Returns the value of attribute enhanced_monitoring.
3227 3228 3229 |
# File 'sig/types.rbs', line 3227 def enhanced_monitoring @enhanced_monitoring end |
#number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute number_of_broker_nodes.
3224 3225 3226 |
# File 'sig/types.rbs', line 3224 def number_of_broker_nodes @number_of_broker_nodes end |