Class: Aws::AppTest::Types::ServiceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ServiceSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the service settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The KMS key ID of the service settings.
Instance Attribute Details
#kms_key_id ⇒ String
The KMS key ID of the service settings.
2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-apptest/types.rb', line 2315 class ServiceSettings < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end |