Class: Aws::Types::TopicConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TopicConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#record_converter ⇒ Types::RecordConverter
Returns the value of attribute record_converter.
-
#record_schema ⇒ Types::RecordSchema
Returns the value of attribute record_schema.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#record_converter ⇒ Types::RecordConverter
Returns the value of attribute record_converter.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def record_converter @record_converter end |
#record_schema ⇒ Types::RecordSchema
Returns the value of attribute record_schema.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def record_schema @record_schema end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def topic_arn @topic_arn end |