Class: Aws::ConnectHealth::Types::GetDomainInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The id of the Domain to get

Returns:

  • (String)


478
479
480
481
482
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 478

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