Class: Aws::Types::UpdateBrokerInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrokerInput
- 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.
-
#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.
759 760 761 |
# File 'sig/types.rbs', line 759 def authentication_strategy @authentication_strategy end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
760 761 762 |
# File 'sig/types.rbs', line 760 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#configuration ⇒ Types::ConfigurationId
Returns the value of attribute configuration.
761 762 763 |
# File 'sig/types.rbs', line 761 def configuration @configuration end |
#data_replication_mode ⇒ "NONE", "CRDR"
Returns the value of attribute data_replication_mode.
762 763 764 |
# File 'sig/types.rbs', line 762 def data_replication_mode @data_replication_mode end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
763 764 765 |
# File 'sig/types.rbs', line 763 def engine_version @engine_version end |
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
764 765 766 |
# File 'sig/types.rbs', line 764 def host_instance_type @host_instance_type end |
#ldap_server_metadata ⇒ Types::LdapServerMetadataInput
Returns the value of attribute ldap_server_metadata.
765 766 767 |
# File 'sig/types.rbs', line 765 def end |
#logs ⇒ Types::Logs
Returns the value of attribute logs.
766 767 768 |
# File 'sig/types.rbs', line 766 def logs @logs end |
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
Returns the value of attribute maintenance_window_start_time.
767 768 769 |
# File 'sig/types.rbs', line 767 def maintenance_window_start_time @maintenance_window_start_time end |
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
768 769 770 |
# File 'sig/types.rbs', line 768 def resource_share_arns @resource_share_arns end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
769 770 771 |
# File 'sig/types.rbs', line 769 def security_groups @security_groups end |
#storage_size ⇒ ::Integer
Returns the value of attribute storage_size.
770 771 772 |
# File 'sig/types.rbs', line 770 def storage_size @storage_size end |