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.
720 721 722 |
# File 'sig/types.rbs', line 720 def bootstrap_broker_string @bootstrap_broker_string end |
#bootstrap_broker_string_ipv_6 ⇒ ::String
Returns the value of attribute bootstrap_broker_string_ipv_6.
730 731 732 |
# File 'sig/types.rbs', line 730 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.
721 722 723 |
# File 'sig/types.rbs', line 721 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.
722 723 724 |
# File 'sig/types.rbs', line 722 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.
723 724 725 |
# File 'sig/types.rbs', line 723 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.
726 727 728 |
# File 'sig/types.rbs', line 726 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.
733 734 735 |
# File 'sig/types.rbs', line 733 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.
725 726 727 |
# File 'sig/types.rbs', line 725 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.
732 733 734 |
# File 'sig/types.rbs', line 732 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.
724 725 726 |
# File 'sig/types.rbs', line 724 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.
731 732 733 |
# File 'sig/types.rbs', line 731 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.
729 730 731 |
# File 'sig/types.rbs', line 729 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.
728 729 730 |
# File 'sig/types.rbs', line 728 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.
727 728 729 |
# File 'sig/types.rbs', line 727 def bootstrap_broker_string_vpc_connectivity_tls @bootstrap_broker_string_vpc_connectivity_tls end |