Class: DatadogAPIClient::V1::SyntheticsBasicAuthSigv4

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb

Overview

Object to handle SIGV4 authentication when performing the test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#access_keyObject

Access key for the SIGV4 authentication.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 29

def access_key
  @access_key
end

#regionObject

Region for the SIGV4 authentication.



32
33
34
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 32

def region
  @region
end

#secret_keyObject

Secret key for the SIGV4 authentication.



35
36
37
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 35

def secret_key
  @secret_key
end

#service_nameObject

Service name for the SIGV4 authentication.



38
39
40
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 38

def service_name
  @service_name
end

#session_tokenObject

Session token for the SIGV4 authentication.



41
42
43
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 41

def session_token
  @session_token
end

#typeObject

The type of authentication to use when performing the test.



44
45
46
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 44

def type
  @type
end