Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type STS ¶
type STS struct { DefaultDuration int64 Service stsiface.STSAPI Org string // contains filtered or unexported fields }
func (*STS) AssumeRole ¶
func (s *STS) AssumeRole(ctx context.Context, input *sts.AssumeRoleInput) (*sts.AssumeRoleOutput, error)
AssumeRole assumes the passed role with the given input NB: the combined size of the inlinePolicy and the policy within the policyArns passed is 2048 characters.
Click to show internal directories.
Click to hide internal directories.