Class: Aws::Types::XksProxyConfigurationType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_key_id])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_id::String

Returns the value of attribute access_key_id.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def access_key_id
  @access_key_id
end

#connectivity"PUBLIC_ENDPOINT", "VPC_ENDPOINT_SERVICE"

Returns the value of attribute connectivity.

Returns:

  • ("PUBLIC_ENDPOINT", "VPC_ENDPOINT_SERVICE")


1043
1044
1045
# File 'sig/types.rbs', line 1043

def connectivity
  @connectivity
end

#uri_endpoint::String

Returns the value of attribute uri_endpoint.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def uri_endpoint
  @uri_endpoint
end

#uri_path::String

Returns the value of attribute uri_path.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def uri_path
  @uri_path
end

#vpc_endpoint_service_name::String

Returns the value of attribute vpc_endpoint_service_name.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def vpc_endpoint_service_name
  @vpc_endpoint_service_name
end

#vpc_endpoint_service_owner::String

Returns the value of attribute vpc_endpoint_service_owner.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def vpc_endpoint_service_owner
  @vpc_endpoint_service_owner
end