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.
10883 10884 10885 |
# File 'sig/types.rbs', line 10883 def authentication_type @authentication_type end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
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.
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.
10878 10879 10880 |
# File 'sig/types.rbs', line 10878 def host @host end |
#o_auth_parameters ⇒ Types::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.
10879 10880 10881 |
# File 'sig/types.rbs', line 10879 def port @port end |
#product_type ⇒ "GALAXY", "ENTERPRISE"
Returns the value of attribute product_type.
10881 10882 10883 |
# File 'sig/types.rbs', line 10881 def product_type @product_type end |