Class: Aws::WorkLink::Types::DisassociateDomainRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain.



539
540
541
542
543
544
# File 'lib/aws-sdk-worklink/types.rb', line 539

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

#fleet_arnString

The ARN of the fleet.



539
540
541
542
543
544
# File 'lib/aws-sdk-worklink/types.rb', line 539

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