C# Class Amazon.EC2.Model.GetConsoleOutputRequest

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

Méthodes publiques

Méthode Description
GetConsoleOutputRequest ( ) : System

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

GetConsoleOutputRequest ( string instanceId ) : System

Instantiates GetConsoleOutputRequest with the parameterized properties

Private Methods

Méthode Description
IsSetInstanceId ( ) : bool

Method Details

GetConsoleOutputRequest() public méthode

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

GetConsoleOutputRequest() public méthode

Instantiates GetConsoleOutputRequest with the parameterized properties
public GetConsoleOutputRequest ( string instanceId ) : System
instanceId string The ID of the instance.
Résultat System