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.



1424
1425
1426
# File 'sig/types.rbs', line 1424

def record_converter
  @record_converter
end

#record_schemaTypes::RecordSchema

Returns the value of attribute record_schema.

Returns:



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.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def topic_arn
  @topic_arn
end