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.



475
476
477
# File 'sig/types.rbs', line 475

def destination_schema
  @destination_schema
end

#kinesis_firehose_output_descriptionTypes::KinesisFirehoseOutputDescription

Returns the value of attribute kinesis_firehose_output_description.



473
474
475
# File 'sig/types.rbs', line 473

def kinesis_firehose_output_description
  @kinesis_firehose_output_description
end

#kinesis_streams_output_descriptionTypes::KinesisStreamsOutputDescription

Returns the value of attribute kinesis_streams_output_description.



472
473
474
# File 'sig/types.rbs', line 472

def kinesis_streams_output_description
  @kinesis_streams_output_description
end

#lambda_output_descriptionTypes::LambdaOutputDescription

Returns the value of attribute lambda_output_description.



474
475
476
# File 'sig/types.rbs', line 474

def lambda_output_description
  @lambda_output_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def name
  @name
end

#output_id::String

Returns the value of attribute output_id.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def output_id
  @output_id
end