Class: Aws::WorkSpacesWeb::Types::GetTrustStoreCertificateResponse

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

#certificateTypes::Certificate

The certificate of the trust store certificate.

Returns:



1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1413

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

#trust_store_arnString

The ARN of the trust store certificate.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1413

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