Class: Aws::Types::UpdateCustomKeyStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomKeyStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_hsm_cluster_id ⇒ ::String
Returns the value of attribute cloud_hsm_cluster_id.
-
#custom_key_store_id ⇒ ::String
Returns the value of attribute custom_key_store_id.
-
#key_store_password ⇒ ::String
Returns the value of attribute key_store_password.
-
#new_custom_key_store_name ⇒ ::String
Returns the value of attribute new_custom_key_store_name.
-
#xks_proxy_authentication_credential ⇒ Types::XksProxyAuthenticationCredentialType
Returns the value of attribute xks_proxy_authentication_credential.
-
#xks_proxy_connectivity ⇒ "PUBLIC_ENDPOINT", "VPC_ENDPOINT_SERVICE"
Returns the value of attribute xks_proxy_connectivity.
-
#xks_proxy_uri_endpoint ⇒ ::String
Returns the value of attribute xks_proxy_uri_endpoint.
-
#xks_proxy_uri_path ⇒ ::String
Returns the value of attribute xks_proxy_uri_path.
-
#xks_proxy_vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute xks_proxy_vpc_endpoint_service_name.
-
#xks_proxy_vpc_endpoint_service_owner ⇒ ::String
Returns the value of attribute xks_proxy_vpc_endpoint_service_owner.
Instance Attribute Details
#cloud_hsm_cluster_id ⇒ ::String
Returns the value of attribute cloud_hsm_cluster_id.
956 957 958 |
# File 'sig/types.rbs', line 956 def cloud_hsm_cluster_id @cloud_hsm_cluster_id end |
#custom_key_store_id ⇒ ::String
Returns the value of attribute custom_key_store_id.
953 954 955 |
# File 'sig/types.rbs', line 953 def custom_key_store_id @custom_key_store_id end |
#key_store_password ⇒ ::String
Returns the value of attribute key_store_password.
955 956 957 |
# File 'sig/types.rbs', line 955 def key_store_password @key_store_password end |
#new_custom_key_store_name ⇒ ::String
Returns the value of attribute new_custom_key_store_name.
954 955 956 |
# File 'sig/types.rbs', line 954 def new_custom_key_store_name @new_custom_key_store_name end |
#xks_proxy_authentication_credential ⇒ Types::XksProxyAuthenticationCredentialType
Returns the value of attribute xks_proxy_authentication_credential.
961 962 963 |
# File 'sig/types.rbs', line 961 def xks_proxy_authentication_credential @xks_proxy_authentication_credential end |
#xks_proxy_connectivity ⇒ "PUBLIC_ENDPOINT", "VPC_ENDPOINT_SERVICE"
Returns the value of attribute xks_proxy_connectivity.
962 963 964 |
# File 'sig/types.rbs', line 962 def xks_proxy_connectivity @xks_proxy_connectivity end |
#xks_proxy_uri_endpoint ⇒ ::String
Returns the value of attribute xks_proxy_uri_endpoint.
957 958 959 |
# File 'sig/types.rbs', line 957 def xks_proxy_uri_endpoint @xks_proxy_uri_endpoint end |
#xks_proxy_uri_path ⇒ ::String
Returns the value of attribute xks_proxy_uri_path.
958 959 960 |
# File 'sig/types.rbs', line 958 def xks_proxy_uri_path @xks_proxy_uri_path end |
#xks_proxy_vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute xks_proxy_vpc_endpoint_service_name.
959 960 961 |
# File 'sig/types.rbs', line 959 def xks_proxy_vpc_endpoint_service_name @xks_proxy_vpc_endpoint_service_name end |
#xks_proxy_vpc_endpoint_service_owner ⇒ ::String
Returns the value of attribute xks_proxy_vpc_endpoint_service_owner.
960 961 962 |
# File 'sig/types.rbs', line 960 def xks_proxy_vpc_endpoint_service_owner @xks_proxy_vpc_endpoint_service_owner end |