class Aws::ServiceCatalog::Types::AccessLevelFilter

The access level to use to filter results.

@note When making an API call, you may pass AccessLevelFilter

data as a hash:

    {
      key: "Account", # accepts Account, Role, User
      value: "AccessLevelFilterValue",
    }

@!attribute [rw] key

The access level.

* `Account` - Filter results based on the account.

* `Role` - Filter results based on the federated role of the
  specified user.

* `User` - Filter results based on the specified user.
@return [String]

@!attribute [rw] value

The user to which the access level applies. The only supported value
is `Self`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AccessLevelFilter AWS API Documentation

Constants

SENSITIVE