Class: Aws::Types::UpdateBrokerResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrokerResponse
- 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.
812 813 814 |
# File 'sig/types.rbs', line 812 def authentication_strategy @authentication_strategy end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
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.
814 815 816 |
# File 'sig/types.rbs', line 814 def broker_id @broker_id end |
#configuration ⇒ Types::ConfigurationId
Returns the value of attribute configuration.
815 816 817 |
# File 'sig/types.rbs', line 815 def configuration @configuration end |
#data_replication_metadata ⇒ Types::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.
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.
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.
817 818 819 |
# File 'sig/types.rbs', line 817 def host_instance_type @host_instance_type end |
#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Returns the value of attribute ldap_server_metadata.
818 819 820 |
# File 'sig/types.rbs', line 818 def end |
#logs ⇒ Types::Logs
Returns the value of attribute logs.
819 820 821 |
# File 'sig/types.rbs', line 819 def logs @logs end |
#maintenance_window_start_time ⇒ Types::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_metadata ⇒ Types::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.
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.
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.
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.
827 828 829 |
# File 'sig/types.rbs', line 827 def storage_size @storage_size end |