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)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def cluster_arn
  @cluster_arn
end

#configuration_infoTypes::ConfigurationInfo

Returns the value of attribute configuration_info.



1645
1646
1647
# File 'sig/types.rbs', line 1645

def configuration_info
  @configuration_info
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def current_version
  @current_version
end

#target_kafka_version::String

Returns the value of attribute target_kafka_version.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def target_kafka_version
  @target_kafka_version
end