Class: Aws::Types::Capabilities
- Inherits:
-
Object
- Object
- Aws::Types::Capabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#supported_authentication_types ⇒ ::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]
Returns the value of attribute supported_authentication_types.
-
#supported_compute_environments ⇒ ::Array[("SPARK" | "ATHENA" | "PYTHON")]
Returns the value of attribute supported_compute_environments.
-
#supported_data_operations ⇒ ::Array[("READ" | "WRITE")]
Returns the value of attribute supported_data_operations.
Instance Attribute Details
#supported_authentication_types ⇒ ::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]
Returns the value of attribute supported_authentication_types.
615 616 617 |
# File 'sig/types.rbs', line 615 def supported_authentication_types @supported_authentication_types end |
#supported_compute_environments ⇒ ::Array[("SPARK" | "ATHENA" | "PYTHON")]
Returns the value of attribute supported_compute_environments.
617 618 619 |
# File 'sig/types.rbs', line 617 def supported_compute_environments @supported_compute_environments end |
#supported_data_operations ⇒ ::Array[("READ" | "WRITE")]
Returns the value of attribute supported_data_operations.
616 617 618 |
# File 'sig/types.rbs', line 616 def supported_data_operations @supported_data_operations end |