Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Role ¶
type Role interface { List() ([]types.Role, errors.Error) Check(name string) (string, errors.Error) Add(name, role string) (string, errors.Error) Delete(roleName string) errors.Error PolicyAttach(policyARN, roleName string) errors.Error PolicyDetach(policyARN, roleName string) errors.Error PolicyListAttached(roleName string) ([]types.AttachedPolicy, errors.Error) }
Click to show internal directories.
Click to hide internal directories.