Class: Aws::Types::Output

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.

Returns:



465
466
467
# File 'sig/types.rbs', line 465

def destination_schema
  @destination_schema
end

#kinesis_firehose_outputTypes::KinesisFirehoseOutput

Returns the value of attribute kinesis_firehose_output.

Returns:



463
464
465
# File 'sig/types.rbs', line 463

def kinesis_firehose_output
  @kinesis_firehose_output
end

#kinesis_streams_outputTypes::KinesisStreamsOutput

Returns the value of attribute kinesis_streams_output.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def kinesis_streams_output
  @kinesis_streams_output
end

#lambda_outputTypes::LambdaOutput

Returns the value of attribute lambda_output.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def lambda_output
  @lambda_output
end

#name::String

Returns the value of attribute name.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def name
  @name
end