Class: Aws::Types::KafkaVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"ACTIVE", "DEPRECATED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DEPRECATED")


816
817
818
# File 'sig/types.rbs', line 816

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def version
  @version
end