Class: Aws::Types::OutputDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_schemaTypes::DestinationSchema

Returns the value of attribute destination_schema.



976
977
978
# File 'sig/types.rbs', line 976

def destination_schema
  @destination_schema
end

#kinesis_firehose_output_descriptionTypes::KinesisFirehoseOutputDescription

Returns the value of attribute kinesis_firehose_output_description.



974
975
976
# File 'sig/types.rbs', line 974

def kinesis_firehose_output_description
  @kinesis_firehose_output_description
end

#kinesis_streams_output_descriptionTypes::KinesisStreamsOutputDescription

Returns the value of attribute kinesis_streams_output_description.



973
974
975
# File 'sig/types.rbs', line 973

def kinesis_streams_output_description
  @kinesis_streams_output_description
end

#lambda_output_descriptionTypes::LambdaOutputDescription

Returns the value of attribute lambda_output_description.



975
976
977
# File 'sig/types.rbs', line 975

def lambda_output_description
  @lambda_output_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def name
  @name
end

#output_id::String

Returns the value of attribute output_id.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def output_id
  @output_id
end