Class: Aws::Types::DatabaseConnectionStringProfile
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseConnectionStringProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_group ⇒ ::String
Returns the value of attribute consumer_group.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#host_format ⇒ ::String
Returns the value of attribute host_format.
-
#is_regional ⇒ Boolean
Returns the value of attribute is_regional.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#session_mode ⇒ ::String
Returns the value of attribute session_mode.
-
#syntax_format ⇒ ::String
Returns the value of attribute syntax_format.
-
#tls_authentication ⇒ ::String
Returns the value of attribute tls_authentication.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#consumer_group ⇒ ::String
Returns the value of attribute consumer_group.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def consumer_group @consumer_group end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def display_name @display_name end |
#host_format ⇒ ::String
Returns the value of attribute host_format.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def host_format @host_format end |
#is_regional ⇒ Boolean
Returns the value of attribute is_regional.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def is_regional @is_regional end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def protocol @protocol end |
#session_mode ⇒ ::String
Returns the value of attribute session_mode.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def session_mode @session_mode end |
#syntax_format ⇒ ::String
Returns the value of attribute syntax_format.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def syntax_format @syntax_format end |
#tls_authentication ⇒ ::String
Returns the value of attribute tls_authentication.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def tls_authentication @tls_authentication end |
#value ⇒ ::String
Returns the value of attribute value.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def value @value end |