Class: Aws::Types::SourceDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_source_descriptionTypes::DatabaseSourceDescription

Returns the value of attribute database_source_description.



1051
1052
1053
# File 'sig/types.rbs', line 1051

def database_source_description
  @database_source_description
end

#direct_put_source_descriptionTypes::DirectPutSourceDescription

Returns the value of attribute direct_put_source_description.



1048
1049
1050
# File 'sig/types.rbs', line 1048

def direct_put_source_description
  @direct_put_source_description
end

#kinesis_stream_source_descriptionTypes::KinesisStreamSourceDescription

Returns the value of attribute kinesis_stream_source_description.



1049
1050
1051
# File 'sig/types.rbs', line 1049

def kinesis_stream_source_description
  @kinesis_stream_source_description
end

#msk_source_descriptionTypes::MSKSourceDescription

Returns the value of attribute msk_source_description.



1050
1051
1052
# File 'sig/types.rbs', line 1050

def msk_source_description
  @msk_source_description
end