Class: Aws::Types::StartInstanceOnboardingJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartInstanceOnboardingJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
Instance Attribute Details
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
721 722 723 |
# File 'sig/types.rbs', line 721 def connect_instance_id @connect_instance_id end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
722 723 724 |
# File 'sig/types.rbs', line 722 def encryption_config @encryption_config end |