Class: Aws::WorkLink::Types::AssociateDomainRequest

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

#acm_certificate_arnString

The ARN of an issued ACM certificate that is valid for the domain being associated.

Returns:

  • (String)


32
33
34
35
36
37
38
39
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 32

class AssociateDomainRequest < Struct.new(
  :fleet_arn,
  :domain_name,
  :display_name,
  :acm_certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name to display.

Returns:

  • (String)


32
33
34
35
36
37
38
39
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 32

class AssociateDomainRequest < Struct.new(
  :fleet_arn,
  :domain_name,
  :display_name,
  :acm_certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The fully qualified domain name (FQDN).

Returns:

  • (String)


32
33
34
35
36
37
38
39
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 32

class AssociateDomainRequest < Struct.new(
  :fleet_arn,
  :domain_name,
  :display_name,
  :acm_certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


32
33
34
35
36
37
38
39
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 32

class AssociateDomainRequest < Struct.new(
  :fleet_arn,
  :domain_name,
  :display_name,
  :acm_certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end