Name | Type | Description | Notes |
---|---|---|---|
AwsIamRoles | Pointer to []ApiAtlasCloudProviderAccessAWSIAMRoleView | List that contains the Amazon Web Services (AWS) IAM roles registered and authorized with MongoDB Cloud. | [optional] |
func NewApiAtlasCloudProviderAccessView() *ApiAtlasCloudProviderAccessView
NewApiAtlasCloudProviderAccessView instantiates a new ApiAtlasCloudProviderAccessView 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 NewApiAtlasCloudProviderAccessViewWithDefaults() *ApiAtlasCloudProviderAccessView
NewApiAtlasCloudProviderAccessViewWithDefaults instantiates a new ApiAtlasCloudProviderAccessView 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 *ApiAtlasCloudProviderAccessView) GetAwsIamRoles() []ApiAtlasCloudProviderAccessAWSIAMRoleView
GetAwsIamRoles returns the AwsIamRoles field if non-nil, zero value otherwise.
func (o *ApiAtlasCloudProviderAccessView) GetAwsIamRolesOk() (*[]ApiAtlasCloudProviderAccessAWSIAMRoleView, bool)
GetAwsIamRolesOk returns a tuple with the AwsIamRoles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasCloudProviderAccessView) SetAwsIamRoles(v []ApiAtlasCloudProviderAccessAWSIAMRoleView)
SetAwsIamRoles sets AwsIamRoles field to given value.
func (o *ApiAtlasCloudProviderAccessView) HasAwsIamRoles() bool
HasAwsIamRoles returns a boolean if a field has been set.