You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::AccessLevelFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AccessLevelFilter as input to an Aws::Client method, you can use a vanilla Hash:

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

The access level to use to filter results.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

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.

    Possible values:

    • Account
    • Role
    • User

Returns:

  • (String)

    The access level.

#valueString

The user to which the access level applies. The only supported value is Self.

Returns:

  • (String)

    The user to which the access level applies.