Class: DatadogAPIClient::V2::AWSAuthConfigKeys
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSAuthConfigKeys
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_auth_config_keys.rb
Overview
AWS Authentication config for key-based account
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
readonly
AWS Access Key ID.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#secret_access_key ⇒ Object
readonly
AWS Secret Access Key.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#access_key_id ⇒ Object
AWS Access Key ID
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_auth_config_keys.rb', line 25 def access_key_id @access_key_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/aws_auth_config_keys.rb', line 30 def additional_properties @additional_properties end |
#secret_access_key ⇒ Object
AWS Secret Access Key
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aws_auth_config_keys.rb', line 28 def secret_access_key @secret_access_key end |