AWS SDK for .NET Documentation
DescribeHsmClientCertificatesResult Class
AmazonAmazon.Redshift.ModelDescribeHsmClientCertificatesResult Did this page help you?   Yes   No    Tell us about it...
Declaration Syntax
C#
public class DescribeHsmClientCertificatesResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeHsmClientCertificatesResult()()()()
Initializes a new instance of the DescribeHsmClientCertificatesResult class

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.)
HsmClientCertificates
Gets and sets the property HsmClientCertificates.

A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.


Marker
Gets and sets the property Marker.

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the

CopyC#
Marker
parameter and retrying the command. If the
CopyC#
Marker
field is empty, all response records have been retrieved for the request.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithHsmClientCertificates(array<HsmClientCertificate>[]()[][]) Obsolete.
Sets the HsmClientCertificates property

WithHsmClientCertificates(IEnumerable<(Of <<'(HsmClientCertificate>)>>)) Obsolete.
Sets the HsmClientCertificates property

WithMarker(String) Obsolete.
Sets the Marker property

Inheritance Hierarchy
Object
DescribeHsmClientCertificatesResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)