Class: Aws::Types::UpdateBrokerResponse

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:

  • ("SIMPLE", "LDAP", "CONFIG_MANAGED")


812
813
814
# File 'sig/types.rbs', line 812

def authentication_strategy
  @authentication_strategy
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


813
814
815
# File 'sig/types.rbs', line 813

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#broker_id::String

Returns the value of attribute broker_id.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def broker_id
  @broker_id
end

#configurationTypes::ConfigurationId

Returns the value of attribute configuration.



815
816
817
# File 'sig/types.rbs', line 815

def configuration
  @configuration
end

#data_replication_metadataTypes::DataReplicationMetadataOutput

Returns the value of attribute data_replication_metadata.



823
824
825
# File 'sig/types.rbs', line 823

def 
  
end

#data_replication_mode"NONE", "CRDR"

Returns the value of attribute data_replication_mode.

Returns:

  • ("NONE", "CRDR")


824
825
826
# File 'sig/types.rbs', line 824

def data_replication_mode
  @data_replication_mode
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def engine_version
  @engine_version
end

#host_instance_type::String

Returns the value of attribute host_instance_type.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def host_instance_type
  @host_instance_type
end

#ldap_server_metadataTypes::LdapServerMetadataOutput

Returns the value of attribute ldap_server_metadata.



818
819
820
# File 'sig/types.rbs', line 818

def 
  
end

#logsTypes::Logs

Returns the value of attribute logs.

Returns:



819
820
821
# File 'sig/types.rbs', line 819

def logs
  @logs
end

#maintenance_window_start_timeTypes::WeeklyStartTime

Returns the value of attribute maintenance_window_start_time.



820
821
822
# File 'sig/types.rbs', line 820

def maintenance_window_start_time
  @maintenance_window_start_time
end

#pending_data_replication_metadataTypes::DataReplicationMetadataOutput

Returns the value of attribute pending_data_replication_metadata.



825
826
827
# File 'sig/types.rbs', line 825

def 
  
end

#pending_data_replication_mode"NONE", "CRDR"

Returns the value of attribute pending_data_replication_mode.

Returns:

  • ("NONE", "CRDR")


826
827
828
# File 'sig/types.rbs', line 826

def pending_data_replication_mode
  @pending_data_replication_mode
end

#resource_share_arns::Array[::String]

Returns the value of attribute resource_share_arns.

Returns:

  • (::Array[::String])


821
822
823
# File 'sig/types.rbs', line 821

def resource_share_arns
  @resource_share_arns
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


822
823
824
# File 'sig/types.rbs', line 822

def security_groups
  @security_groups
end

#storage_size::Integer

Returns the value of attribute storage_size.

Returns:

  • (::Integer)


827
828
829
# File 'sig/types.rbs', line 827

def storage_size
  @storage_size
end