Class: Aws::Types::BasicAuthenticationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentials::String

Returns the value of attribute credentials.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def credentials
  @credentials
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


125
126
127
# File 'sig/types.rbs', line 125

def port
  @port
end