Class: OpenAI::Models::Admin::Organization::ExternalStorageCreateParams::Provider::Aws
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/openai/models/admin/organization/external_storage_create_params.rb,
sig/openai/models/admin/organization/external_storage_create_params.rbs
Instance Attribute Summary collapse
#last_response
Instance Method Summary
collapse
==, #==, #[], #_request_id, #_set_last_response, coerce, #deconstruct_keys, #deep_to_h, dump, #encode_with, fields, hash, #hash, inherited, #inspect, inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
49
|
# File 'sig/openai/models/admin/organization/external_storage_create_params.rbs', line 49
def initialize: (
|
Instance Attribute Details
#bucket ⇒ String
42
|
# File 'lib/openai/models/admin/organization/external_storage_create_params.rb', line 42
required :bucket, String
|
#role_arn ⇒ String
47
|
# File 'lib/openai/models/admin/organization/external_storage_create_params.rb', line 47
required :role_arn, String
|
#type ⇒ Symbol, :aws
52
|
# File 'lib/openai/models/admin/organization/external_storage_create_params.rb', line 52
required :type, const: :aws
|
Instance Method Details
#to_hash ⇒ { bucket: String, role_arn: String, ?type: :aws }
55
|
# File 'sig/openai/models/admin/organization/external_storage_create_params.rbs', line 55
def to_hash: -> { bucket: String, role_arn: String, ?type: :aws }
|