Class: Aws::Types::AwsAmazonMqBrokerDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_strategy::String

Returns the value of attribute authentication_strategy.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def authentication_strategy
  @authentication_strategy
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


306
307
308
# File 'sig/types.rbs', line 306

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#broker_arn::String

Returns the value of attribute broker_arn.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def broker_arn
  @broker_arn
end

#broker_id::String

Returns the value of attribute broker_id.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def broker_id
  @broker_id
end

#broker_name::String

Returns the value of attribute broker_name.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def broker_name
  @broker_name
end

#deployment_mode::String

Returns the value of attribute deployment_mode.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def deployment_mode
  @deployment_mode
end

#encryption_optionsTypes::AwsAmazonMqBrokerEncryptionOptionsDetails

Returns the value of attribute encryption_options.



310
311
312
# File 'sig/types.rbs', line 310

def encryption_options
  @encryption_options
end

#engine_type::String

Returns the value of attribute engine_type.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def engine_type
  @engine_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def engine_version
  @engine_version
end

#host_instance_type::String

Returns the value of attribute host_instance_type.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def host_instance_type
  @host_instance_type
end

#ldap_server_metadataTypes::AwsAmazonMqBrokerLdapServerMetadataDetails

Returns the value of attribute ldap_server_metadata.



315
316
317
# File 'sig/types.rbs', line 315

def 
  @ldap_server_metadata
end

#logsTypes::AwsAmazonMqBrokerLogsDetails

Returns the value of attribute logs.



316
317
318
# File 'sig/types.rbs', line 316

def logs
  @logs
end

#maintenance_window_start_timeTypes::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails

Returns the value of attribute maintenance_window_start_time.



317
318
319
# File 'sig/types.rbs', line 317

def maintenance_window_start_time
  @maintenance_window_start_time
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


318
319
320
# File 'sig/types.rbs', line 318

def publicly_accessible
  @publicly_accessible
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


319
320
321
# File 'sig/types.rbs', line 319

def security_groups
  @security_groups
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def storage_type
  @storage_type
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


321
322
323
# File 'sig/types.rbs', line 321

def subnet_ids
  @subnet_ids
end

#users::Array[Types::AwsAmazonMqBrokerUsersDetails]

Returns the value of attribute users.



322
323
324
# File 'sig/types.rbs', line 322

def users
  @users
end