Class: Aws::Types::UpdateKinesisStreamingDestinationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


1867
1868
1869
# File 'sig/types.rbs', line 1867

def stream_arn
  @stream_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def table_name
  @table_name
end

#update_kinesis_streaming_configurationTypes::UpdateKinesisStreamingConfiguration

Returns the value of attribute update_kinesis_streaming_configuration.



1868
1869
1870
# File 'sig/types.rbs', line 1868

def update_kinesis_streaming_configuration
  @update_kinesis_streaming_configuration
end