Class: Aws::Types::XksProxyConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::XksProxyConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
-
#connectivity ⇒ "PUBLIC_ENDPOINT", "VPC_ENDPOINT_SERVICE"
Returns the value of attribute connectivity.
-
#uri_endpoint ⇒ ::String
Returns the value of attribute uri_endpoint.
-
#uri_path ⇒ ::String
Returns the value of attribute uri_path.
-
#vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute vpc_endpoint_service_name.
-
#vpc_endpoint_service_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_service_owner.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
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.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def connectivity @connectivity end |
#uri_endpoint ⇒ ::String
Returns the value of attribute uri_endpoint.
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.
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.
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.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def vpc_endpoint_service_owner @vpc_endpoint_service_owner end |