Class: Aws::Types::UpdateBrokerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_strategy"SIMPLE", ...

Returns the value of attribute authentication_strategy.

Returns:



795
796
797
# File 'sig/types.rbs', line 795

def authentication_strategy
  @authentication_strategy
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:



796
797
798
# File 'sig/types.rbs', line 796

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#broker_id::String

Returns the value of attribute broker_id.

Returns:



797
798
799
# File 'sig/types.rbs', line 797

def broker_id
  @broker_id
end

#configurationTypes::ConfigurationId

Returns the value of attribute configuration.

Returns:



798
799
800
# File 'sig/types.rbs', line 798

def configuration
  @configuration
end

#data_replication_mode"NONE", "CRDR"

Returns the value of attribute data_replication_mode.

Returns:



807
808
809
# File 'sig/types.rbs', line 807

def data_replication_mode
  @data_replication_mode
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:



799
800
801
# File 'sig/types.rbs', line 799

def engine_version
  @engine_version
end

#host_instance_type::String

Returns the value of attribute host_instance_type.

Returns:



800
801
802
# File 'sig/types.rbs', line 800

def host_instance_type
  @host_instance_type
end

#ldap_server_metadataTypes::LdapServerMetadataInput

Returns the value of attribute ldap_server_metadata.

Returns:



801
802
803
# File 'sig/types.rbs', line 801

def 
  
end

#logsTypes::Logs

Returns the value of attribute logs.

Returns:



802
803
804
# File 'sig/types.rbs', line 802

def logs
  @logs
end

#maintenance_window_start_timeTypes::WeeklyStartTime

Returns the value of attribute maintenance_window_start_time.

Returns:



803
804
805
# File 'sig/types.rbs', line 803

def maintenance_window_start_time
  @maintenance_window_start_time
end

#resource_share_arns::Array[::String]

Returns the value of attribute resource_share_arns.

Returns:



804
805
806
# File 'sig/types.rbs', line 804

def resource_share_arns
  @resource_share_arns
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:



805
806
807
# File 'sig/types.rbs', line 805

def security_groups
  @security_groups
end

#storage_size::Integer

Returns the value of attribute storage_size.

Returns:



806
807
808
# File 'sig/types.rbs', line 806

def storage_size
  @storage_size
end