Class: Aws::Types::MSKSourceDescription
- Inherits:
-
Object
- Object
- Aws::Types::MSKSourceDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
-
#delivery_start_timestamp ⇒ ::Time
Returns the value of attribute delivery_start_timestamp.
-
#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.
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.
714 715 716 |
# File 'sig/types.rbs', line 714 def @delivery_start_timestamp end |
#msk_cluster_arn ⇒ ::String
Returns the value of attribute msk_cluster_arn.
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.
715 716 717 |
# File 'sig/types.rbs', line 715 def @read_from_timestamp end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
712 713 714 |
# File 'sig/types.rbs', line 712 def topic_name @topic_name end |