Class: Aws::Types::StarburstParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"PASSWORD", ...

Returns the value of attribute authentication_type.

Returns:

  • ("PASSWORD", "KEYPAIR", "TOKEN", "X509")


10883
10884
10885
# File 'sig/types.rbs', line 10883

def authentication_type
  @authentication_type
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


10880
10881
10882
# File 'sig/types.rbs', line 10880

def catalog
  @catalog
end

#database_access_control_role::String

Returns the value of attribute database_access_control_role.

Returns:

  • (::String)


10882
10883
10884
# File 'sig/types.rbs', line 10882

def database_access_control_role
  @database_access_control_role
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


10878
10879
10880
# File 'sig/types.rbs', line 10878

def host
  @host
end

#o_auth_parametersTypes::OAuthParameters

Returns the value of attribute o_auth_parameters.



10884
10885
10886
# File 'sig/types.rbs', line 10884

def o_auth_parameters
  @o_auth_parameters
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


10879
10880
10881
# File 'sig/types.rbs', line 10879

def port
  @port
end

#product_type"GALAXY", "ENTERPRISE"

Returns the value of attribute product_type.

Returns:

  • ("GALAXY", "ENTERPRISE")


10881
10882
10883
# File 'sig/types.rbs', line 10881

def product_type
  @product_type
end