Class: Aws::Types::InstanceConfig
- Inherits:
-
Object
- Object
- Aws::Types::InstanceConfig
- 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.
-
#service_linked_role_arn ⇒ ::String
Returns the value of attribute service_linked_role_arn.
Instance Attribute Details
#connect_instance_id ⇒ ::String
Returns the value of attribute connect_instance_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def connect_instance_id @connect_instance_id end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
371 372 373 |
# File 'sig/types.rbs', line 371 def encryption_config @encryption_config end |
#service_linked_role_arn ⇒ ::String
Returns the value of attribute service_linked_role_arn.
370 371 372 |
# File 'sig/types.rbs', line 370 def service_linked_role_arn @service_linked_role_arn end |