Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.95 KB

ApiAtlasDataLakeCloudProviderConfigView.md

File metadata and controls

51 lines (28 loc) · 1.95 KB

ApiAtlasDataLakeCloudProviderConfigView

Properties

Name Type Description Notes
Aws ApiAtlasDataLakeAWSCloudProviderConfigView

Methods

NewApiAtlasDataLakeCloudProviderConfigView

func NewApiAtlasDataLakeCloudProviderConfigView(aws ApiAtlasDataLakeAWSCloudProviderConfigView, ) *ApiAtlasDataLakeCloudProviderConfigView

NewApiAtlasDataLakeCloudProviderConfigView instantiates a new ApiAtlasDataLakeCloudProviderConfigView 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

NewApiAtlasDataLakeCloudProviderConfigViewWithDefaults

func NewApiAtlasDataLakeCloudProviderConfigViewWithDefaults() *ApiAtlasDataLakeCloudProviderConfigView

NewApiAtlasDataLakeCloudProviderConfigViewWithDefaults instantiates a new ApiAtlasDataLakeCloudProviderConfigView 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

GetAws

func (o *ApiAtlasDataLakeCloudProviderConfigView) GetAws() ApiAtlasDataLakeAWSCloudProviderConfigView

GetAws returns the Aws field if non-nil, zero value otherwise.

GetAwsOk

func (o *ApiAtlasDataLakeCloudProviderConfigView) GetAwsOk() (*ApiAtlasDataLakeAWSCloudProviderConfigView, bool)

GetAwsOk returns a tuple with the Aws field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAws

func (o *ApiAtlasDataLakeCloudProviderConfigView) SetAws(v ApiAtlasDataLakeAWSCloudProviderConfigView)

SetAws sets Aws field to given value.

[Back to Model list] [Back to API list] [Back to README]