C# Класс Amazon.SimpleSystemsManagement.Model.SendCommandRequest

Container for the parameters to the SendCommand operation. Executes commands on one or more remote instances.
Наследование: AmazonSimpleSystemsManagementRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SendCommandRequest ( ) : System

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

SendCommandRequest ( string documentName, List instanceIds ) : System

Instantiates SendCommandRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetComment ( ) : bool
IsSetDocumentHash ( ) : bool
IsSetDocumentHashType ( ) : bool
IsSetDocumentName ( ) : bool
IsSetInstanceIds ( ) : bool
IsSetMaxConcurrency ( ) : bool
IsSetMaxErrors ( ) : bool
IsSetNotificationConfig ( ) : bool
IsSetOutputS3BucketName ( ) : bool
IsSetOutputS3KeyPrefix ( ) : bool
IsSetOutputS3Region ( ) : bool
IsSetParameters ( ) : bool
IsSetServiceRoleArn ( ) : bool
IsSetTargets ( ) : bool
IsSetTimeoutSeconds ( ) : bool

Описание методов

SendCommandRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public SendCommandRequest ( ) : System
Результат System

SendCommandRequest() публичный Метод

Instantiates SendCommandRequest with the parameterized properties
public SendCommandRequest ( string documentName, List instanceIds ) : System
documentName string Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.
instanceIds List Required. The instance IDs where the command should execute. You can specify a maximum of 50 IDs.
Результат System