Class: Aws::Types::DescribeBrokerResponse

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:



380
381
382
# File 'sig/types.rbs', line 380

def actions_required
  @actions_required
end

#authentication_strategy"SIMPLE", ...

Returns the value of attribute authentication_strategy.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def authentication_strategy
  @authentication_strategy
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#broker_arn::String

Returns the value of attribute broker_arn.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def broker_arn
  @broker_arn
end

#broker_id::String

Returns the value of attribute broker_id.

Returns:



384
385
386
# File 'sig/types.rbs', line 384

def broker_id
  @broker_id
end

#broker_instances::Array[Types::BrokerInstance]

Returns the value of attribute broker_instances.

Returns:



385
386
387
# File 'sig/types.rbs', line 385

def broker_instances
  @broker_instances
end

#broker_name::String

Returns the value of attribute broker_name.

Returns:



386
387
388
# File 'sig/types.rbs', line 386

def broker_name
  @broker_name
end

#broker_state"CREATION_IN_PROGRESS", ...

Returns the value of attribute broker_state.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def broker_state
  @broker_state
end

#configurationsTypes::Configurations

Returns the value of attribute configurations.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def configurations
  @configurations
end

#created::Time

Returns the value of attribute created.

Returns:



389
390
391
# File 'sig/types.rbs', line 389

def created
  @created
end

#data_replication_metadataTypes::DataReplicationMetadataOutput

Returns the value of attribute data_replication_metadata.

Returns:



411
412
413
# File 'sig/types.rbs', line 411

def 
  
end

#data_replication_mode"NONE", "CRDR"

Returns the value of attribute data_replication_mode.

Returns:



412
413
414
# File 'sig/types.rbs', line 412

def data_replication_mode
  @data_replication_mode
end

#deployment_mode"SINGLE_INSTANCE", ...

Returns the value of attribute deployment_mode.

Returns:



390
391
392
# File 'sig/types.rbs', line 390

def deployment_mode
  @deployment_mode
end

#encryption_optionsTypes::EncryptionOptions

Returns the value of attribute encryption_options.

Returns:



391
392
393
# File 'sig/types.rbs', line 391

def encryption_options
  @encryption_options
end

#engine_type"ACTIVEMQ", "RABBITMQ"

Returns the value of attribute engine_type.

Returns:



392
393
394
# File 'sig/types.rbs', line 392

def engine_type
  @engine_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def engine_version
  @engine_version
end

#host_instance_type::String

Returns the value of attribute host_instance_type.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def host_instance_type
  @host_instance_type
end

#ldap_server_metadataTypes::LdapServerMetadataOutput

Returns the value of attribute ldap_server_metadata.

Returns:



395
396
397
# File 'sig/types.rbs', line 395

def 
  
end

#logsTypes::LogsSummary

Returns the value of attribute logs.

Returns:



396
397
398
# File 'sig/types.rbs', line 396

def logs
  @logs
end

#maintenance_window_start_timeTypes::WeeklyStartTime

Returns the value of attribute maintenance_window_start_time.

Returns:



397
398
399
# File 'sig/types.rbs', line 397

def maintenance_window_start_time
  @maintenance_window_start_time
end

#pending_authentication_strategy"SIMPLE", ...

Returns the value of attribute pending_authentication_strategy.

Returns:



398
399
400
# File 'sig/types.rbs', line 398

def pending_authentication_strategy
  @pending_authentication_strategy
end

#pending_data_replication_metadataTypes::DataReplicationMetadataOutput

Returns the value of attribute pending_data_replication_metadata.

Returns:



413
414
415
# File 'sig/types.rbs', line 413

def 
  
end

#pending_data_replication_mode"NONE", "CRDR"

Returns the value of attribute pending_data_replication_mode.

Returns:



414
415
416
# File 'sig/types.rbs', line 414

def pending_data_replication_mode
  @pending_data_replication_mode
end

#pending_engine_version::String

Returns the value of attribute pending_engine_version.

Returns:



399
400
401
# File 'sig/types.rbs', line 399

def pending_engine_version
  @pending_engine_version
end

#pending_host_instance_type::String

Returns the value of attribute pending_host_instance_type.

Returns:



400
401
402
# File 'sig/types.rbs', line 400

def pending_host_instance_type
  @pending_host_instance_type
end

#pending_ldap_server_metadataTypes::LdapServerMetadataOutput

Returns the value of attribute pending_ldap_server_metadata.

Returns:



401
402
403
# File 'sig/types.rbs', line 401

def 
  
end

#pending_security_groups::Array[::String]

Returns the value of attribute pending_security_groups.

Returns:



402
403
404
# File 'sig/types.rbs', line 402

def pending_security_groups
  @pending_security_groups
end

#pending_storage_size::Integer

Returns the value of attribute pending_storage_size.

Returns:



403
404
405
# File 'sig/types.rbs', line 403

def pending_storage_size
  @pending_storage_size
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:



404
405
406
# File 'sig/types.rbs', line 404

def publicly_accessible
  @publicly_accessible
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:



405
406
407
# File 'sig/types.rbs', line 405

def security_groups
  @security_groups
end

#storage_size::Integer

Returns the value of attribute storage_size.

Returns:



406
407
408
# File 'sig/types.rbs', line 406

def storage_size
  @storage_size
end

#storage_type"EBS", "EFS"

Returns the value of attribute storage_type.

Returns:



407
408
409
# File 'sig/types.rbs', line 407

def storage_type
  @storage_type
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:



408
409
410
# File 'sig/types.rbs', line 408

def subnet_ids
  @subnet_ids
end

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

Returns the value of attribute tags.

Returns:



409
410
411
# File 'sig/types.rbs', line 409

def tags
  @tags
end

#users::Array[Types::UserSummary]

Returns the value of attribute users.

Returns:



410
411
412
# File 'sig/types.rbs', line 410

def users
  @users
end