Class: Aws::Types::PhysicalEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_locationTypes::AwsLocation

Returns the value of attribute aws_location.

Returns:



4810
4811
4812
# File 'sig/types.rbs', line 4810

def aws_location
  @aws_location
end

#enable_trusted_identity_propagationBoolean

Returns the value of attribute enable_trusted_identity_propagation.

Returns:

  • (Boolean)


4814
4815
4816
# File 'sig/types.rbs', line 4814

def enable_trusted_identity_propagation
  @enable_trusted_identity_propagation
end

#glue_connectionTypes::GlueConnection

Returns the value of attribute glue_connection.



4813
4814
4815
# File 'sig/types.rbs', line 4813

def glue_connection
  @glue_connection
end

#glue_connection_name::String

Returns the value of attribute glue_connection_name.

Returns:

  • (::String)


4811
4812
4813
# File 'sig/types.rbs', line 4811

def glue_connection_name
  @glue_connection_name
end

#glue_connection_names::Array[::String]

Returns the value of attribute glue_connection_names.

Returns:

  • (::Array[::String])


4812
4813
4814
# File 'sig/types.rbs', line 4812

def glue_connection_names
  @glue_connection_names
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


4815
4816
4817
# File 'sig/types.rbs', line 4815

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


4816
4817
4818
# File 'sig/types.rbs', line 4816

def port
  @port
end

#protocol"ATHENA", ...

Returns the value of attribute protocol.

Returns:

  • ("ATHENA", "GLUE_INTERACTIVE_SESSION", "HTTPS", "JDBC", "LIVY", "ODBC", "PRISM")


4817
4818
4819
# File 'sig/types.rbs', line 4817

def protocol
  @protocol
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


4818
4819
4820
# File 'sig/types.rbs', line 4818

def stage
  @stage
end