Class: Aws::Types::GetBootstrapBrokersResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBootstrapBrokersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bootstrap_broker_string ⇒ ::String
Returns the value of attribute bootstrap_broker_string.
-
#bootstrap_broker_string_ipv_6 ⇒ ::String
Returns the value of attribute bootstrap_broker_string_ipv_6.
-
#bootstrap_broker_string_public_sasl_iam ⇒ ::String
Returns the value of attribute bootstrap_broker_string_public_sasl_iam.
-
#bootstrap_broker_string_public_sasl_scram ⇒ ::String
Returns the value of attribute bootstrap_broker_string_public_sasl_scram.
-
#bootstrap_broker_string_public_tls ⇒ ::String
Returns the value of attribute bootstrap_broker_string_public_tls.
-
#bootstrap_broker_string_sasl_iam ⇒ ::String
Returns the value of attribute bootstrap_broker_string_sasl_iam.
-
#bootstrap_broker_string_sasl_iam_ipv_6 ⇒ ::String
Returns the value of attribute bootstrap_broker_string_sasl_iam_ipv_6.
-
#bootstrap_broker_string_sasl_scram ⇒ ::String
Returns the value of attribute bootstrap_broker_string_sasl_scram.
-
#bootstrap_broker_string_sasl_scram_ipv_6 ⇒ ::String
Returns the value of attribute bootstrap_broker_string_sasl_scram_ipv_6.
-
#bootstrap_broker_string_tls ⇒ ::String
Returns the value of attribute bootstrap_broker_string_tls.
-
#bootstrap_broker_string_tls_ipv_6 ⇒ ::String
Returns the value of attribute bootstrap_broker_string_tls_ipv_6.
-
#bootstrap_broker_string_vpc_connectivity_sasl_iam ⇒ ::String
Returns the value of attribute bootstrap_broker_string_vpc_connectivity_sasl_iam.
-
#bootstrap_broker_string_vpc_connectivity_sasl_scram ⇒ ::String
Returns the value of attribute bootstrap_broker_string_vpc_connectivity_sasl_scram.
-
#bootstrap_broker_string_vpc_connectivity_tls ⇒ ::String
Returns the value of attribute bootstrap_broker_string_vpc_connectivity_tls.
Instance Attribute Details
#bootstrap_broker_string ⇒ ::String
Returns the value of attribute bootstrap_broker_string.
713 714 715 |
# File 'sig/types.rbs', line 713 def bootstrap_broker_string @bootstrap_broker_string end |
#bootstrap_broker_string_ipv_6 ⇒ ::String
Returns the value of attribute bootstrap_broker_string_ipv_6.
723 724 725 |
# File 'sig/types.rbs', line 723 def bootstrap_broker_string_ipv_6 @bootstrap_broker_string_ipv_6 end |
#bootstrap_broker_string_public_sasl_iam ⇒ ::String
Returns the value of attribute bootstrap_broker_string_public_sasl_iam.
714 715 716 |
# File 'sig/types.rbs', line 714 def bootstrap_broker_string_public_sasl_iam @bootstrap_broker_string_public_sasl_iam end |
#bootstrap_broker_string_public_sasl_scram ⇒ ::String
Returns the value of attribute bootstrap_broker_string_public_sasl_scram.
715 716 717 |
# File 'sig/types.rbs', line 715 def bootstrap_broker_string_public_sasl_scram @bootstrap_broker_string_public_sasl_scram end |
#bootstrap_broker_string_public_tls ⇒ ::String
Returns the value of attribute bootstrap_broker_string_public_tls.
716 717 718 |
# File 'sig/types.rbs', line 716 def bootstrap_broker_string_public_tls @bootstrap_broker_string_public_tls end |
#bootstrap_broker_string_sasl_iam ⇒ ::String
Returns the value of attribute bootstrap_broker_string_sasl_iam.
719 720 721 |
# File 'sig/types.rbs', line 719 def bootstrap_broker_string_sasl_iam @bootstrap_broker_string_sasl_iam end |
#bootstrap_broker_string_sasl_iam_ipv_6 ⇒ ::String
Returns the value of attribute bootstrap_broker_string_sasl_iam_ipv_6.
726 727 728 |
# File 'sig/types.rbs', line 726 def bootstrap_broker_string_sasl_iam_ipv_6 @bootstrap_broker_string_sasl_iam_ipv_6 end |
#bootstrap_broker_string_sasl_scram ⇒ ::String
Returns the value of attribute bootstrap_broker_string_sasl_scram.
718 719 720 |
# File 'sig/types.rbs', line 718 def bootstrap_broker_string_sasl_scram @bootstrap_broker_string_sasl_scram end |
#bootstrap_broker_string_sasl_scram_ipv_6 ⇒ ::String
Returns the value of attribute bootstrap_broker_string_sasl_scram_ipv_6.
725 726 727 |
# File 'sig/types.rbs', line 725 def bootstrap_broker_string_sasl_scram_ipv_6 @bootstrap_broker_string_sasl_scram_ipv_6 end |
#bootstrap_broker_string_tls ⇒ ::String
Returns the value of attribute bootstrap_broker_string_tls.
717 718 719 |
# File 'sig/types.rbs', line 717 def bootstrap_broker_string_tls @bootstrap_broker_string_tls end |
#bootstrap_broker_string_tls_ipv_6 ⇒ ::String
Returns the value of attribute bootstrap_broker_string_tls_ipv_6.
724 725 726 |
# File 'sig/types.rbs', line 724 def bootstrap_broker_string_tls_ipv_6 @bootstrap_broker_string_tls_ipv_6 end |
#bootstrap_broker_string_vpc_connectivity_sasl_iam ⇒ ::String
Returns the value of attribute bootstrap_broker_string_vpc_connectivity_sasl_iam.
722 723 724 |
# File 'sig/types.rbs', line 722 def bootstrap_broker_string_vpc_connectivity_sasl_iam @bootstrap_broker_string_vpc_connectivity_sasl_iam end |
#bootstrap_broker_string_vpc_connectivity_sasl_scram ⇒ ::String
Returns the value of attribute bootstrap_broker_string_vpc_connectivity_sasl_scram.
721 722 723 |
# File 'sig/types.rbs', line 721 def bootstrap_broker_string_vpc_connectivity_sasl_scram @bootstrap_broker_string_vpc_connectivity_sasl_scram end |
#bootstrap_broker_string_vpc_connectivity_tls ⇒ ::String
Returns the value of attribute bootstrap_broker_string_vpc_connectivity_tls.
720 721 722 |
# File 'sig/types.rbs', line 720 def bootstrap_broker_string_vpc_connectivity_tls @bootstrap_broker_string_vpc_connectivity_tls end |