Class: Aws::Types::UpdateKinesisStreamingDestinationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_status"ENABLING", ...

Returns the value of attribute destination_status.

Returns:

  • ("ENABLING", "ACTIVE", "DISABLING", "DISABLED", "ENABLE_FAILED", "UPDATING")


1875
1876
1877
# File 'sig/types.rbs', line 1875

def destination_status
  @destination_status
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def stream_arn
  @stream_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1873
1874
1875
# File 'sig/types.rbs', line 1873

def table_name
  @table_name
end

#update_kinesis_streaming_configurationTypes::UpdateKinesisStreamingConfiguration

Returns the value of attribute update_kinesis_streaming_configuration.



1876
1877
1878
# File 'sig/types.rbs', line 1876

def update_kinesis_streaming_configuration
  @update_kinesis_streaming_configuration
end