- Navigation Guide
@aws-sdk/client-ec2
ModifyInstanceMetadataOptionsCommandOutput Interface
The output of ModifyInstanceMetadataOptionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
InstanceId | string | undefined | The ID of the instance. |
InstanceMetadataOptions | InstanceMetadataOptionsResponse | undefined | The metadata options for the instance. |
Full Signature
export interface ModifyInstanceMetadataOptionsCommandOutput extends ModifyInstanceMetadataOptionsResult, MetadataBearer