Class: Aws::ConnectHealth::Types::GetDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::GetDomainInput
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The id of the Domain to get.
Instance Attribute Details
#domain_id ⇒ String
The id of the Domain to get
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 |