Class: Aws::Types::StarburstParameters
- Inherits:
-
Object
- Object
- Aws::Types::StarburstParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "PASSWORD", ...
Returns the value of attribute authentication_type.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#database_access_control_role ⇒ ::String
Returns the value of attribute database_access_control_role.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#o_auth_parameters ⇒ Types::OAuthParameters
Returns the value of attribute o_auth_parameters.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#product_type ⇒ "GALAXY", "ENTERPRISE"
Returns the value of attribute product_type.
Instance Attribute Details
#authentication_type ⇒ "PASSWORD", ...
Returns the value of attribute authentication_type.
10493 10494 10495 |
# File 'sig/types.rbs', line 10493 def authentication_type @authentication_type end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
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.
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.
10488 10489 10490 |
# File 'sig/types.rbs', line 10488 def host @host end |
#o_auth_parameters ⇒ Types::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.
10489 10490 10491 |
# File 'sig/types.rbs', line 10489 def port @port end |
#product_type ⇒ "GALAXY", "ENTERPRISE"
Returns the value of attribute product_type.
10491 10492 10493 |
# File 'sig/types.rbs', line 10491 def product_type @product_type end |