Class: Aws::Types::UpdatePipeSourceSelfManagedKafkaParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_size::Integer

Returns the value of attribute batch_size.

Returns:

  • (::Integer)


776
777
778
# File 'sig/types.rbs', line 776

def batch_size
  @batch_size
end

#credentialsTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def server_root_ca_certificate
  @server_root_ca_certificate
end

#vpcTypes::SelfManagedKafkaAccessConfigurationVpc

Returns the value of attribute vpc.



780
781
782
# File 'sig/types.rbs', line 780

def vpc
  @vpc
end