Class: Aws::Types::Capabilities

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#supported_authentication_types::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]

Returns the value of attribute supported_authentication_types.

Returns:

  • (::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")])


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.

Returns:

  • (::Array[("SPARK" | "ATHENA" | "PYTHON")])


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.

Returns:

  • (::Array[("READ" | "WRITE")])


616
617
618
# File 'sig/types.rbs', line 616

def supported_data_operations
  @supported_data_operations
end