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.
186 187 188 |
# File 'sig/types.rbs', line 186 def connect_instance_id @connect_instance_id end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
188 189 190 |
# File 'sig/types.rbs', line 188 def encryption_config @encryption_config end |
#service_linked_role_arn ⇒ ::String
Returns the value of attribute service_linked_role_arn.
187 188 189 |
# File 'sig/types.rbs', line 187 def service_linked_role_arn @service_linked_role_arn end |