C# Class Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityRequest

Container for the parameters to the GetCloudFrontOriginAccessIdentity operation.

Get the information about an origin access identity.

Inheritance: AmazonCloudFrontRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
GetCloudFrontOriginAccessIdentityRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

GetCloudFrontOriginAccessIdentityRequest ( string id ) : System

Instantiates GetCloudFrontOriginAccessIdentityRequest with the parameterized properties

Private Methods

Méthode Description
IsSetId ( ) : bool

Method Details

GetCloudFrontOriginAccessIdentityRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public GetCloudFrontOriginAccessIdentityRequest ( ) : System
Résultat System

GetCloudFrontOriginAccessIdentityRequest() public méthode

Instantiates GetCloudFrontOriginAccessIdentityRequest with the parameterized properties
public GetCloudFrontOriginAccessIdentityRequest ( string id ) : System
id string The identity's ID.
Résultat System