Class: Aws::DevOpsAgent::Types::NewRelicServiceAuthorizationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::NewRelicServiceAuthorizationConfig
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Note:
NewRelicServiceAuthorizationConfig is a union - when making an API calls you must set exactly one of the members.
Authorization configuration options for New Relic service.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key ⇒ Types::NewRelicApiKeyConfig
New Relic API Key authentication (apiKey, accountId, region).
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#api_key ⇒ Types::NewRelicApiKeyConfig
New Relic API Key authentication (apiKey, accountId, region).
2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2985 class NewRelicServiceAuthorizationConfig < Struct.new( :api_key, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class ApiKey < NewRelicServiceAuthorizationConfig; end class Unknown < NewRelicServiceAuthorizationConfig; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
2985 2986 2987 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2985 def unknown @unknown end |