Class: Aws::ConnectHealth::Types::CreateSubscriptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::CreateSubscriptionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The unique identifier of the parent Domain.
Instance Attribute Details
#domain_id ⇒ String
The unique identifier of the parent Domain.
222 223 224 225 226 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 222 class CreateSubscriptionInput < Struct.new( :domain_id) SENSITIVE = [] include Aws::Structure end |