Class: Aws::Types::UpdateBrokerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrokerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
-
#configuration ⇒ Types::ConfigurationId
Returns the value of attribute configuration.
-
#data_replication_mode ⇒ "NONE", "CRDR"
Returns the value of attribute data_replication_mode.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
-
#ldap_server_metadata ⇒ Types::LdapServerMetadataInput
Returns the value of attribute ldap_server_metadata.
-
#logs ⇒ Types::Logs
Returns the value of attribute logs.
-
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
Returns the value of attribute maintenance_window_start_time.
-
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#storage_size ⇒ ::Integer
Returns the value of attribute storage_size.
Instance Attribute Details
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
795 796 797 |
# File 'sig/types.rbs', line 795 def authentication_strategy @authentication_strategy end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
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.
797 798 799 |
# File 'sig/types.rbs', line 797 def broker_id @broker_id end |
#configuration ⇒ Types::ConfigurationId
Returns the value of attribute configuration.
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.
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.
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.
800 801 802 |
# File 'sig/types.rbs', line 800 def host_instance_type @host_instance_type end |
#ldap_server_metadata ⇒ Types::LdapServerMetadataInput
Returns the value of attribute ldap_server_metadata.
801 802 803 |
# File 'sig/types.rbs', line 801 def end |
#logs ⇒ Types::Logs
Returns the value of attribute logs.
802 803 804 |
# File 'sig/types.rbs', line 802 def logs @logs end |
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
Returns the value of attribute maintenance_window_start_time.
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.
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.
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.
806 807 808 |
# File 'sig/types.rbs', line 806 def storage_size @storage_size end |