Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fixture ¶
type Fixture struct { AssumedRoleARN string CanonicalRoleARN string RoleARN string RoleARNWildcard string RoleName string RolePath string RoleTags map[string]string EntityID string EntityIDWithSession string AccountID string UserARN string UserARNWildcard string UserName string UserPath string UserTags map[string]string ServerForRole *Server ServerForUser *Server }
func MakeFixture ¶
func MakeFixture() Fixture
func (*Fixture) RoleTagKeys ¶
func (*Fixture) RoleTagValues ¶
func (*Fixture) UserTagKeys ¶
func (*Fixture) UserTagValues ¶
type Server ¶
type Server struct { GetCallerIdentityResponse responses.GetCallerIdentityResponse GetRoleResponse responses.GetRoleResponse GetUserResponse responses.GetUserResponse }
Server contains configuration for the fake AWS API server.
Click to show internal directories.
Click to hide internal directories.