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)


1529
1530
1531
# File 'sig/types.rbs', line 1529

def cluster_arn
  @cluster_arn
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def current_version
  @current_version
end

#target_instance_type::String

Returns the value of attribute target_instance_type.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def target_instance_type
  @target_instance_type
end