Name | Type | Description | Notes |
---|---|---|---|
AccessKey | Pointer to string | The aws secret access key | [optional] |
AccessKeyId | Pointer to string | The aws access key id | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
KeepPrevVersion | Pointer to string | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
Name | string | Target name | |
NewVersion | Pointer to bool | Deprecated | [optional] |
ProtectionKey | Pointer to string | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
Region | Pointer to string | The aws region | [optional] [default to "us-east-2"] |
SessionToken | Pointer to string | Required only for temporary security credentials retrieved via STS, otherwise it can be an empty string | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewUpdateAWSTargetDetails(name string, ) *UpdateAWSTargetDetails
NewUpdateAWSTargetDetails instantiates a new UpdateAWSTargetDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateAWSTargetDetailsWithDefaults() *UpdateAWSTargetDetails
NewUpdateAWSTargetDetailsWithDefaults instantiates a new UpdateAWSTargetDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *UpdateAWSTargetDetails) GetAccessKey() string
GetAccessKey returns the AccessKey field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetAccessKeyOk() (*string, bool)
GetAccessKeyOk returns a tuple with the AccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetAccessKey(v string)
SetAccessKey sets AccessKey field to given value.
func (o *UpdateAWSTargetDetails) HasAccessKey() bool
HasAccessKey returns a boolean if a field has been set.
func (o *UpdateAWSTargetDetails) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetAccessKeyIdOk() (*string, bool)
GetAccessKeyIdOk returns a tuple with the AccessKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetAccessKeyId(v string)
SetAccessKeyId sets AccessKeyId field to given value.
func (o *UpdateAWSTargetDetails) HasAccessKeyId() bool
HasAccessKeyId returns a boolean if a field has been set.
func (o *UpdateAWSTargetDetails) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UpdateAWSTargetDetails) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UpdateAWSTargetDetails) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetKeepPrevVersionOk() (*string, bool)
GetKeepPrevVersionOk returns a tuple with the KeepPrevVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *UpdateAWSTargetDetails) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *UpdateAWSTargetDetails) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateAWSTargetDetails) GetNewVersion() bool
GetNewVersion returns the NewVersion field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetNewVersionOk() (*bool, bool)
GetNewVersionOk returns a tuple with the NewVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetNewVersion(v bool)
SetNewVersion sets NewVersion field to given value.
func (o *UpdateAWSTargetDetails) HasNewVersion() bool
HasNewVersion returns a boolean if a field has been set.
func (o *UpdateAWSTargetDetails) GetProtectionKey() string
GetProtectionKey returns the ProtectionKey field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetProtectionKeyOk() (*string, bool)
GetProtectionKeyOk returns a tuple with the ProtectionKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetProtectionKey(v string)
SetProtectionKey sets ProtectionKey field to given value.
func (o *UpdateAWSTargetDetails) HasProtectionKey() bool
HasProtectionKey returns a boolean if a field has been set.
func (o *UpdateAWSTargetDetails) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *UpdateAWSTargetDetails) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *UpdateAWSTargetDetails) GetSessionToken() string
GetSessionToken returns the SessionToken field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetSessionTokenOk() (*string, bool)
GetSessionTokenOk returns a tuple with the SessionToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetSessionToken(v string)
SetSessionToken sets SessionToken field to given value.
func (o *UpdateAWSTargetDetails) HasSessionToken() bool
HasSessionToken returns a boolean if a field has been set.
func (o *UpdateAWSTargetDetails) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateAWSTargetDetails) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateAWSTargetDetails) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UpdateAWSTargetDetails) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAWSTargetDetails) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UpdateAWSTargetDetails) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.