Class: Aws::Types::UpdateBrokerOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrokerOutput
- 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_metadata ⇒ Types::DataReplicationMetadataOutput
Returns the value of attribute data_replication_metadata.
-
#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::LdapServerMetadataOutput
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.
-
#pending_data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
Returns the value of attribute pending_data_replication_metadata.
-
#pending_data_replication_mode ⇒ "NONE", "CRDR"
Returns the value of attribute pending_data_replication_mode.
-
#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.
775 776 777 |
# File 'sig/types.rbs', line 775 def authentication_strategy @authentication_strategy end |
#auto_minor_version_upgrade ⇒ Boolean
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 |
#configuration ⇒ Types::ConfigurationId
Returns the value of attribute configuration.
778 779 780 |
# File 'sig/types.rbs', line 778 def configuration @configuration end |
#data_replication_metadata ⇒ Types::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_metadata ⇒ Types::LdapServerMetadataOutput
Returns the value of attribute ldap_server_metadata.
783 784 785 |
# File 'sig/types.rbs', line 783 def end |
#logs ⇒ Types::Logs
Returns the value of attribute logs.
784 785 786 |
# File 'sig/types.rbs', line 784 def logs @logs end |
#maintenance_window_start_time ⇒ Types::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_metadata ⇒ Types::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 |