Class: Aws::WorkSpacesWeb::Types::GetTrustStoreCertificateRequest

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

#thumbprintString

The thumbprint of the trust store certificate.

Returns:

  • (String)


1369
1370
1371
1372
1373
1374
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1369

class GetTrustStoreCertificateRequest < Struct.new(
  :thumbprint,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnString

The ARN of the trust store certificate.

Returns:

  • (String)


1369
1370
1371
1372
1373
1374
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1369

class GetTrustStoreCertificateRequest < Struct.new(
  :thumbprint,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end