Class: Aws::Types::UpdatePipeSourceSelfManagedKafkaParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipeSourceSelfManagedKafkaParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
-
#credentials ⇒ Types::SelfManagedKafkaAccessConfigurationCredentials
Returns the value of attribute credentials.
-
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
-
#server_root_ca_certificate ⇒ ::String
Returns the value of attribute server_root_ca_certificate.
-
#vpc ⇒ Types::SelfManagedKafkaAccessConfigurationVpc
Returns the value of attribute vpc.
Instance Attribute Details
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
776 777 778 |
# File 'sig/types.rbs', line 776 def batch_size @batch_size end |
#credentials ⇒ Types::SelfManagedKafkaAccessConfigurationCredentials
Returns the value of attribute credentials.
778 779 780 |
# File 'sig/types.rbs', line 778 def credentials @credentials end |
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
777 778 779 |
# File 'sig/types.rbs', line 777 def maximum_batching_window_in_seconds @maximum_batching_window_in_seconds end |
#server_root_ca_certificate ⇒ ::String
Returns the value of attribute server_root_ca_certificate.
779 780 781 |
# File 'sig/types.rbs', line 779 def server_root_ca_certificate @server_root_ca_certificate end |
#vpc ⇒ Types::SelfManagedKafkaAccessConfigurationVpc
Returns the value of attribute vpc.
780 781 782 |
# File 'sig/types.rbs', line 780 def vpc @vpc end |