Class: Aws::Types::ProvisionedRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedRequest
- 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.
-
#configuration_info ⇒ Types::ConfigurationInfo
Returns the value of attribute configuration_info.
-
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
-
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
-
#kafka_version ⇒ ::String
Returns the value of attribute kafka_version.
-
#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.
Instance Attribute Details
#broker_node_group_info ⇒ Types::BrokerNodeGroupInfo
Returns the value of attribute broker_node_group_info.
974 975 976 |
# File 'sig/types.rbs', line 974 def broker_node_group_info @broker_node_group_info end |
#client_authentication ⇒ Types::ClientAuthentication
Returns the value of attribute client_authentication.
975 976 977 |
# File 'sig/types.rbs', line 975 def client_authentication @client_authentication end |
#configuration_info ⇒ Types::ConfigurationInfo
Returns the value of attribute configuration_info.
976 977 978 |
# File 'sig/types.rbs', line 976 def configuration_info @configuration_info end |
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
977 978 979 |
# File 'sig/types.rbs', line 977 def encryption_info @encryption_info end |
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
978 979 980 |
# File 'sig/types.rbs', line 978 def enhanced_monitoring @enhanced_monitoring end |
#kafka_version ⇒ ::String
Returns the value of attribute kafka_version.
980 981 982 |
# File 'sig/types.rbs', line 980 def kafka_version @kafka_version end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
981 982 983 |
# File 'sig/types.rbs', line 981 def logging_info @logging_info end |
#number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute number_of_broker_nodes.
982 983 984 |
# File 'sig/types.rbs', line 982 def number_of_broker_nodes @number_of_broker_nodes end |
#open_monitoring ⇒ Types::OpenMonitoringInfo
Returns the value of attribute open_monitoring.
979 980 981 |
# File 'sig/types.rbs', line 979 def open_monitoring @open_monitoring end |
#rebalancing ⇒ Types::Rebalancing
Returns the value of attribute rebalancing.
984 985 986 |
# File 'sig/types.rbs', line 984 def rebalancing @rebalancing end |
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
983 984 985 |
# File 'sig/types.rbs', line 983 def storage_mode @storage_mode end |