Class: Aws::Types::UpdateClusterKafkaVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def cluster_arn
  @cluster_arn
end

#configuration_infoTypes::ConfigurationInfo

Returns the value of attribute configuration_info.



1676
1677
1678
# File 'sig/types.rbs', line 1676

def configuration_info
  @configuration_info
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def current_version
  @current_version
end

#target_kafka_version::String

Returns the value of attribute target_kafka_version.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def target_kafka_version
  @target_kafka_version
end