Class: Aws::Types::TopicConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#record_converterTypes::RecordConverter

Returns the value of attribute record_converter.



1463
1464
1465
# File 'sig/types.rbs', line 1463

def record_converter
  @record_converter
end

#record_schemaTypes::RecordSchema

Returns the value of attribute record_schema.

Returns:



1464
1465
1466
# File 'sig/types.rbs', line 1464

def record_schema
  @record_schema
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def topic_arn
  @topic_arn
end