Class: Aws::AppTest::Types::ServiceSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Specifies the service settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The KMS key ID of the service settings.

Returns:

  • (String)


2315
2316
2317
2318
2319
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2315

class ServiceSettings < Struct.new(
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end