Class: Aws::Types::UpdateBrokerOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_strategy"SIMPLE", ...

Returns the value of attribute authentication_strategy.



775
776
777
# File 'sig/types.rbs', line 775

def authentication_strategy
  @authentication_strategy
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.



776
777
778
# File 'sig/types.rbs', line 776

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#broker_id::String

Returns the value of attribute broker_id.



777
778
779
# File 'sig/types.rbs', line 777

def broker_id
  @broker_id
end

#configurationTypes::ConfigurationId

Returns the value of attribute configuration.



778
779
780
# File 'sig/types.rbs', line 778

def configuration
  @configuration
end

#data_replication_metadataTypes::DataReplicationMetadataOutput

Returns the value of attribute data_replication_metadata.



779
780
781
# File 'sig/types.rbs', line 779

def 
  
end

#data_replication_mode"NONE", "CRDR"

Returns the value of attribute data_replication_mode.



780
781
782
# File 'sig/types.rbs', line 780

def data_replication_mode
  @data_replication_mode
end

#engine_version::String

Returns the value of attribute engine_version.



781
782
783
# File 'sig/types.rbs', line 781

def engine_version
  @engine_version
end

#host_instance_type::String

Returns the value of attribute host_instance_type.



782
783
784
# File 'sig/types.rbs', line 782

def host_instance_type
  @host_instance_type
end

#ldap_server_metadataTypes::LdapServerMetadataOutput

Returns the value of attribute ldap_server_metadata.



783
784
785
# File 'sig/types.rbs', line 783

def 
  
end

#logsTypes::Logs

Returns the value of attribute logs.



784
785
786
# File 'sig/types.rbs', line 784

def logs
  @logs
end

#maintenance_window_start_timeTypes::WeeklyStartTime

Returns the value of attribute maintenance_window_start_time.



785
786
787
# File 'sig/types.rbs', line 785

def maintenance_window_start_time
  @maintenance_window_start_time
end

#pending_data_replication_metadataTypes::DataReplicationMetadataOutput

Returns the value of attribute pending_data_replication_metadata.



786
787
788
# File 'sig/types.rbs', line 786

def 
  
end

#pending_data_replication_mode"NONE", "CRDR"

Returns the value of attribute pending_data_replication_mode.



787
788
789
# File 'sig/types.rbs', line 787

def pending_data_replication_mode
  @pending_data_replication_mode
end

#resource_share_arns::Array[::String]

Returns the value of attribute resource_share_arns.



788
789
790
# File 'sig/types.rbs', line 788

def resource_share_arns
  @resource_share_arns
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.



789
790
791
# File 'sig/types.rbs', line 789

def security_groups
  @security_groups
end

#storage_size::Integer

Returns the value of attribute storage_size.



790
791
792
# File 'sig/types.rbs', line 790

def storage_size
  @storage_size
end