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

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

Syntax

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ListAccessKeysResult()()()()
Initializes a new instance of the ListAccessKeysResult class
AccessKeyMetadata
A list of access key metadata.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsTruncated
A flag that indicates whether there are more keys to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more keys in the list.
Marker
If IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

Constraints:

Length
1 - 320
Pattern
[\u0020-\u00FF]*

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAccessKeyMetadata(array<AccessKeyMetadata>[]()[][])
Adds elements to the AccessKeyMetadata collection
WithAccessKeyMetadata(IEnumerable<(Of <<'(AccessKeyMetadata>)>>))
Adds elements to the AccessKeyMetadata collection
WithIsTruncated(Boolean)
Sets the IsTruncated property
WithMarker(String)
Sets the Marker property

Inheritance Hierarchy

System..::..Object
  Amazon.IdentityManagement.Model..::..ListAccessKeysResult

See Also