Class: Aws::WorkSpacesWeb::Types::UpdateTrustStoreRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificates_to_addArray<String>

A list of CA certificates to add to the trust store.

Returns:

  • (Array<String>)


2963
2964
2965
2966
2967
2968
2969
2970
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2963

class UpdateTrustStoreRequest < Struct.new(
  :certificates_to_add,
  :certificates_to_delete,
  :client_token,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#certificates_to_deleteArray<String>

A list of CA certificates to delete from a trust store.

Returns:

  • (Array<String>)


2963
2964
2965
2966
2967
2968
2969
2970
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2963

class UpdateTrustStoreRequest < Struct.new(
  :certificates_to_add,
  :certificates_to_delete,
  :client_token,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2963
2964
2965
2966
2967
2968
2969
2970
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2963

class UpdateTrustStoreRequest < Struct.new(
  :certificates_to_add,
  :certificates_to_delete,
  :client_token,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnString

The ARN of the trust store.

Returns:

  • (String)


2963
2964
2965
2966
2967
2968
2969
2970
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2963

class UpdateTrustStoreRequest < Struct.new(
  :certificates_to_add,
  :certificates_to_delete,
  :client_token,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end