Class: Aws::Types::DatabaseConnectionStringProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_group::String

Returns the value of attribute consumer_group.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def host_format
  @host_format
end

#is_regionalBoolean

Returns the value of attribute is_regional.

Returns:

  • (Boolean)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def is_regional
  @is_regional
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def protocol
  @protocol
end

#session_mode::String

Returns the value of attribute session_mode.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def tls_authentication
  @tls_authentication
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def value
  @value
end