Class: Aws::Types::UpdateBrokerTypeRequest

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)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def cluster_arn
  @cluster_arn
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def current_version
  @current_version
end

#target_instance_type::String

Returns the value of attribute target_instance_type.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def target_instance_type
  @target_instance_type
end