Class: Aws::Types::DescribeBrokerOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions_required::Array[Types::ActionRequired]

Returns the value of attribute actions_required.

Returns:



336
337
338
# File 'sig/types.rbs', line 336

def actions_required
  @actions_required
end

#authentication_strategy"SIMPLE", ...

Returns the value of attribute authentication_strategy.

Returns:

  • ("SIMPLE", "LDAP", "CONFIG_MANAGED")


337
338
339
# File 'sig/types.rbs', line 337

def authentication_strategy
  @authentication_strategy
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


338
339
340
# File 'sig/types.rbs', line 338

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#broker_arn::String

Returns the value of attribute broker_arn.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def broker_arn
  @broker_arn
end

#broker_id::String

Returns the value of attribute broker_id.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def broker_id
  @broker_id
end

#broker_instances::Array[Types::BrokerInstance]

Returns the value of attribute broker_instances.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def broker_instances
  @broker_instances
end

#broker_name::String

Returns the value of attribute broker_name.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def broker_name
  @broker_name
end

#broker_state"CREATION_IN_PROGRESS", ...

Returns the value of attribute broker_state.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_FAILED", "DELETION_IN_PROGRESS", "RUNNING", "REBOOT_IN_PROGRESS", "CRITICAL_ACTION_REQUIRED", "REPLICA")


343
344
345
# File 'sig/types.rbs', line 343

def broker_state
  @broker_state
end

#configurationsTypes::Configurations

Returns the value of attribute configurations.



344
345
346
# File 'sig/types.rbs', line 344

def configurations
  @configurations
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


345
346
347
# File 'sig/types.rbs', line 345

def created
  @created
end

#data_replication_metadataTypes::DataReplicationMetadataOutput

Returns the value of attribute data_replication_metadata.



347
348
349
# File 'sig/types.rbs', line 347

def 
  
end

#data_replication_mode"NONE", "CRDR"

Returns the value of attribute data_replication_mode.

Returns:

  • ("NONE", "CRDR")


348
349
350
# File 'sig/types.rbs', line 348

def data_replication_mode
  @data_replication_mode
end

#deployment_mode"SINGLE_INSTANCE", ...

Returns the value of attribute deployment_mode.

Returns:

  • ("SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ")


346
347
348
# File 'sig/types.rbs', line 346

def deployment_mode
  @deployment_mode
end

#encryption_optionsTypes::EncryptionOptions

Returns the value of attribute encryption_options.



349
350
351
# File 'sig/types.rbs', line 349

def encryption_options
  @encryption_options
end

#engine_type"ACTIVEMQ", "RABBITMQ"

Returns the value of attribute engine_type.

Returns:

  • ("ACTIVEMQ", "RABBITMQ")


350
351
352
# File 'sig/types.rbs', line 350

def engine_type
  @engine_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def engine_version
  @engine_version
end

#host_instance_type::String

Returns the value of attribute host_instance_type.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def host_instance_type
  @host_instance_type
end

#ldap_server_metadataTypes::LdapServerMetadataOutput

Returns the value of attribute ldap_server_metadata.



353
354
355
# File 'sig/types.rbs', line 353

def 
  
end

#logsTypes::LogsSummary

Returns the value of attribute logs.

Returns:



354
355
356
# File 'sig/types.rbs', line 354

def logs
  @logs
end

#maintenance_window_start_timeTypes::WeeklyStartTime

Returns the value of attribute maintenance_window_start_time.



355
356
357
# File 'sig/types.rbs', line 355

def maintenance_window_start_time
  @maintenance_window_start_time
end

#pending_authentication_strategy"SIMPLE", ...

Returns the value of attribute pending_authentication_strategy.

Returns:

  • ("SIMPLE", "LDAP", "CONFIG_MANAGED")


356
357
358
# File 'sig/types.rbs', line 356

def pending_authentication_strategy
  @pending_authentication_strategy
end

#pending_data_replication_metadataTypes::DataReplicationMetadataOutput

Returns the value of attribute pending_data_replication_metadata.



357
358
359
# File 'sig/types.rbs', line 357

def 
  
end

#pending_data_replication_mode"NONE", "CRDR"

Returns the value of attribute pending_data_replication_mode.

Returns:

  • ("NONE", "CRDR")


358
359
360
# File 'sig/types.rbs', line 358

def pending_data_replication_mode
  @pending_data_replication_mode
end

#pending_engine_version::String

Returns the value of attribute pending_engine_version.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def pending_engine_version
  @pending_engine_version
end

#pending_host_instance_type::String

Returns the value of attribute pending_host_instance_type.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def pending_host_instance_type
  @pending_host_instance_type
end

#pending_ldap_server_metadataTypes::LdapServerMetadataOutput

Returns the value of attribute pending_ldap_server_metadata.



361
362
363
# File 'sig/types.rbs', line 361

def 
  
end

#pending_security_groups::Array[::String]

Returns the value of attribute pending_security_groups.

Returns:

  • (::Array[::String])


362
363
364
# File 'sig/types.rbs', line 362

def pending_security_groups
  @pending_security_groups
end

#pending_storage_size::Integer

Returns the value of attribute pending_storage_size.

Returns:

  • (::Integer)


363
364
365
# File 'sig/types.rbs', line 363

def pending_storage_size
  @pending_storage_size
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


364
365
366
# File 'sig/types.rbs', line 364

def publicly_accessible
  @publicly_accessible
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


365
366
367
# File 'sig/types.rbs', line 365

def security_groups
  @security_groups
end

#storage_size::Integer

Returns the value of attribute storage_size.

Returns:

  • (::Integer)


366
367
368
# File 'sig/types.rbs', line 366

def storage_size
  @storage_size
end

#storage_type"EBS", "EFS"

Returns the value of attribute storage_type.

Returns:

  • ("EBS", "EFS")


367
368
369
# File 'sig/types.rbs', line 367

def storage_type
  @storage_type
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


368
369
370
# File 'sig/types.rbs', line 368

def subnet_ids
  @subnet_ids
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


369
370
371
# File 'sig/types.rbs', line 369

def tags
  @tags
end

#users::Array[Types::UserSummary]

Returns the value of attribute users.

Returns:



370
371
372
# File 'sig/types.rbs', line 370

def users
  @users
end