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.



1432
1433
1434
# File 'sig/types.rbs', line 1432

def record_converter
  @record_converter
end

#record_schemaTypes::RecordSchema

Returns the value of attribute record_schema.

Returns:



1433
1434
1435
# File 'sig/types.rbs', line 1433

def record_schema
  @record_schema
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def topic_arn
  @topic_arn
end