Class: Aws::Types::MSKSourceDescription

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.



713
714
715
# File 'sig/types.rbs', line 713

def authentication_configuration
  @authentication_configuration
end

#delivery_start_timestamp::Time

Returns the value of attribute delivery_start_timestamp.

Returns:

  • (::Time)


714
715
716
# File 'sig/types.rbs', line 714

def delivery_start_timestamp
  @delivery_start_timestamp
end

#msk_cluster_arn::String

Returns the value of attribute msk_cluster_arn.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def msk_cluster_arn
  @msk_cluster_arn
end

#read_from_timestamp::Time

Returns the value of attribute read_from_timestamp.

Returns:

  • (::Time)


715
716
717
# File 'sig/types.rbs', line 715

def read_from_timestamp
  @read_from_timestamp
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def topic_name
  @topic_name
end