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)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def cluster_arn
  @cluster_arn
end

#configuration_infoTypes::ConfigurationInfo

Returns the value of attribute configuration_info.



1637
1638
1639
# File 'sig/types.rbs', line 1637

def configuration_info
  @configuration_info
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def current_version
  @current_version
end

#target_kafka_version::String

Returns the value of attribute target_kafka_version.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def target_kafka_version
  @target_kafka_version
end