Class: Aws::WorkLink::Types::AssociateWebsiteCertificateAuthorityResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#website_ca_idString

A unique identifier for the CA.

Returns:

  • (String)


108
109
110
111
112
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 108

class AssociateWebsiteCertificateAuthorityResponse < Struct.new(
  :website_ca_id)
  SENSITIVE = []
  include Aws::Structure
end