Class: Aws::Types::KinesisStreamingDestinationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_kinesis_streaming_configurationTypes::EnableKinesisStreamingConfiguration

Returns the value of attribute enable_kinesis_streaming_configuration.



989
990
991
# File 'sig/types.rbs', line 989

def enable_kinesis_streaming_configuration
  @enable_kinesis_streaming_configuration
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def stream_arn
  @stream_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def table_name
  @table_name
end