Class: Aws::Types::MSKSourceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_configurationTypes::AuthenticationConfiguration

Returns the value of attribute authentication_configuration.

Returns:



705
706
707
# File 'sig/types.rbs', line 705

def authentication_configuration
  @authentication_configuration
end

#msk_cluster_arn::String

Returns the value of attribute msk_cluster_arn.

Returns:



703
704
705
# File 'sig/types.rbs', line 703

def msk_cluster_arn
  @msk_cluster_arn
end

#read_from_timestamp::Time

Returns the value of attribute read_from_timestamp.

Returns:



706
707
708
# File 'sig/types.rbs', line 706

def read_from_timestamp
  @read_from_timestamp
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:



704
705
706
# File 'sig/types.rbs', line 704

def topic_name
  @topic_name
end