Class: Aws::WorkLink::Types::AssociateDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::AssociateDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acm_certificate_arn ⇒ String
The ARN of an issued ACM certificate that is valid for the domain being associated.
-
#display_name ⇒ String
The name to display.
-
#domain_name ⇒ String
The fully qualified domain name (FQDN).
-
#fleet_arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
Instance Attribute Details
#acm_certificate_arn ⇒ String
The ARN of an issued ACM certificate that is valid for the domain being associated.
32 33 34 35 36 37 38 39 |
# File '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_name ⇒ String
The name to display.
32 33 34 35 36 37 38 39 |
# File '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_name ⇒ String
The fully qualified domain name (FQDN).
32 33 34 35 36 37 38 39 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
32 33 34 35 36 37 38 39 |
# File '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 |