Class: Telnyx::Models::Storage::MigrationSourceParams::ProviderAuth
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Storage::MigrationSourceParams::ProviderAuth
- Defined in:
- lib/telnyx/models/storage/migration_source_params.rb
Overview
Instance Attribute Summary collapse
-
#access_key ⇒ String?
AWS Access Key.
-
#secret_access_key ⇒ String?
AWS Secret Access Key.
Instance Method Summary collapse
-
#initialize(access_key: nil, secret_access_key: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see ProviderAuth for more details.
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(access_key: nil, secret_access_key: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::Storage::MigrationSourceParams::ProviderAuth for more details.
|
|
# File 'lib/telnyx/models/storage/migration_source_params.rb', line 83
|
Instance Attribute Details
#access_key ⇒ String?
AWS Access Key. For Telnyx-to-Telnyx migrations, use your Telnyx API key here.
74 |
# File 'lib/telnyx/models/storage/migration_source_params.rb', line 74 optional :access_key, String |
#secret_access_key ⇒ String?
AWS Secret Access Key. For Telnyx-to-Telnyx migrations, use your Telnyx API key here as well.
81 |
# File 'lib/telnyx/models/storage/migration_source_params.rb', line 81 optional :secret_access_key, String |