Class: Aws::Types::UpdateCustomKeyStoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key_store_password])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_hsm_cluster_id::String

Returns the value of attribute cloud_hsm_cluster_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def new_custom_key_store_name
  @new_custom_key_store_name
end

#xks_proxy_authentication_credentialTypes::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.

Returns:

  • ("PUBLIC_ENDPOINT", "VPC_ENDPOINT_SERVICE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def xks_proxy_vpc_endpoint_service_owner
  @xks_proxy_vpc_endpoint_service_owner
end