Class: Aws::Types::MSKSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MSKSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
-
#msk_cluster_arn ⇒ ::String
Returns the value of attribute msk_cluster_arn.
-
#read_from_timestamp ⇒ ::Time
Returns the value of attribute read_from_timestamp.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
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.
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.
706 707 708 |
# File 'sig/types.rbs', line 706 def end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
704 705 706 |
# File 'sig/types.rbs', line 704 def topic_name @topic_name end |