Contains the result of a successful invocation of the GetFederationToken action.

Namespace: Amazon.SecurityToken.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class GetFederationTokenResult
Public Class GetFederationTokenResult
public ref class GetFederationTokenResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetFederationTokenResult()()()()
Initializes a new instance of the GetFederationTokenResult class
Credentials
Credentials for the service API authentication.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FederatedUser
Identifiers for the federated user associated with the credentials. You can use the federated user's ARN in your resource policies.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
PackedPolicySize
A percentage value indicating the size of the policy in packed form. Policies for which the packed size is greater than 100% of the allowed value are rejected by the service.

Constraints:

Range
0 -

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCredentials(Credentials)
Sets the Credentials property
WithFederatedUser(FederatedUser)
Sets the FederatedUser property
WithPackedPolicySize(Int32)
Sets the PackedPolicySize property

Inheritance Hierarchy

System..::..Object
  Amazon.SecurityToken.Model..::..GetFederationTokenResult

See Also