Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.34 KB

File metadata and controls

72 lines (39 loc) · 2.34 KB

ResourceRemoteInfoAwsPermissionSet

Properties

Name Type Description Notes
Arn string The ARN of the permission set.
AccountId string The ID of an AWS account to which this permission set is provisioned.

Methods

NewResourceRemoteInfoAwsPermissionSet

func NewResourceRemoteInfoAwsPermissionSet(arn string, accountId string, ) *ResourceRemoteInfoAwsPermissionSet

NewResourceRemoteInfoAwsPermissionSet instantiates a new ResourceRemoteInfoAwsPermissionSet 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

NewResourceRemoteInfoAwsPermissionSetWithDefaults

func NewResourceRemoteInfoAwsPermissionSetWithDefaults() *ResourceRemoteInfoAwsPermissionSet

NewResourceRemoteInfoAwsPermissionSetWithDefaults instantiates a new ResourceRemoteInfoAwsPermissionSet 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

GetArn

func (o *ResourceRemoteInfoAwsPermissionSet) GetArn() string

GetArn returns the Arn field if non-nil, zero value otherwise.

GetArnOk

func (o *ResourceRemoteInfoAwsPermissionSet) GetArnOk() (*string, bool)

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

SetArn

func (o *ResourceRemoteInfoAwsPermissionSet) SetArn(v string)

SetArn sets Arn field to given value.

GetAccountId

func (o *ResourceRemoteInfoAwsPermissionSet) GetAccountId() string

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

func (o *ResourceRemoteInfoAwsPermissionSet) GetAccountIdOk() (*string, bool)

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

SetAccountId

func (o *ResourceRemoteInfoAwsPermissionSet) SetAccountId(v string)

SetAccountId sets AccountId field to given value.

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