Class: Aws::WorkLink::Types::AssociateWebsiteCertificateAuthorityRequest

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

#certificateString

The root certificate of the CA.

Returns:

  • (String)


94
95
96
97
98
99
100
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 94

class AssociateWebsiteCertificateAuthorityRequest < Struct.new(
  :fleet_arn,
  :certificate,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The certificate name to display.

Returns:

  • (String)


94
95
96
97
98
99
100
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 94

class AssociateWebsiteCertificateAuthorityRequest < Struct.new(
  :fleet_arn,
  :certificate,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_arnString

The ARN of the fleet.

Returns:

  • (String)


94
95
96
97
98
99
100
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 94

class AssociateWebsiteCertificateAuthorityRequest < Struct.new(
  :fleet_arn,
  :certificate,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end