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")


10493
10494
10495
# File 'sig/types.rbs', line 10493

def authentication_type
  @authentication_type
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


10490
10491
10492
# File 'sig/types.rbs', line 10490

def catalog
  @catalog
end

#database_access_control_role::String

Returns the value of attribute database_access_control_role.

Returns:

  • (::String)


10492
10493
10494
# File 'sig/types.rbs', line 10492

def database_access_control_role
  @database_access_control_role
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


10488
10489
10490
# File 'sig/types.rbs', line 10488

def host
  @host
end

#o_auth_parametersTypes::OAuthParameters

Returns the value of attribute o_auth_parameters.



10494
10495
10496
# File 'sig/types.rbs', line 10494

def o_auth_parameters
  @o_auth_parameters
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


10489
10490
10491
# File 'sig/types.rbs', line 10489

def port
  @port
end

#product_type"GALAXY", "ENTERPRISE"

Returns the value of attribute product_type.

Returns:

  • ("GALAXY", "ENTERPRISE")


10491
10492
10493
# File 'sig/types.rbs', line 10491

def product_type
  @product_type
end