Class: Anthropic::Models::Beta::Organization::ExternalKeyCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Organization::ExternalKeyCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/anthropic/models/beta/organization/external_key_create_params.rb,
sig/anthropic/models/beta/organization/external_key_create_params.rbs
Overview
Defined Under Namespace
Modules: Geo, ProviderConfig
Constant Summary
Constants included from Internal::Type::RequestParameters
Internal::Type::RequestParameters::Anthropic
Instance Attribute Summary collapse
-
#display_name ⇒ String?
Human-friendly display name.
-
#geo ⇒ Symbol, ...
Data residency geo.
-
#provider_config ⇒ Anthropic::Models::Beta::Organization::BetaAWSExternalKeyConfig, ...
KMS provider identity and auth coordinates.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(provider_config:, display_name: nil, geo: nil, request_options: {}) ⇒ Object constructor
- #to_hash ⇒ {
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(provider_config:, display_name: nil, geo: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/anthropic/models/beta/organization/external_key_create_params.rb', line 31
|
Instance Attribute Details
#display_name ⇒ String?
Human-friendly display name.
23 |
# File 'lib/anthropic/models/beta/organization/external_key_create_params.rb', line 23 optional :display_name, String, nil?: true |
#geo ⇒ Symbol, ...
Data residency geo. Only us is supported.
29 |
# File 'lib/anthropic/models/beta/organization/external_key_create_params.rb', line 29 optional :geo, enum: -> { Anthropic::Beta::Organization::ExternalKeyCreateParams::Geo } |
#provider_config ⇒ Anthropic::Models::Beta::Organization::BetaAWSExternalKeyConfig, ...
KMS provider identity and auth coordinates.
16 17 |
# File 'lib/anthropic/models/beta/organization/external_key_create_params.rb', line 16 required :provider_config, union: -> { Anthropic::Beta::Organization::ExternalKeyCreateParams::ProviderConfig } |
Instance Method Details
#to_hash ⇒ {
34 |
# File 'sig/anthropic/models/beta/organization/external_key_create_params.rbs', line 34
def to_hash: -> {
|